public static class LoginStack.Sync extends LoginStack
LoginStack.Entry, LoginStack.Sync
stack
Constructor and Description |
---|
Sync() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
LoginStack.Entry |
get(int index) |
boolean |
isEmpty() |
LoginStack.Entry |
peek() |
LoginStack.Entry |
pop() |
void |
push(Principal principal,
Object credential,
Subject subject) |
LoginStack.Entry |
remove(int index) |
int |
size() |
LoginStack.Entry[] |
toArray() |
synchronizedStack
public Sync()
public void clear()
clear
in class LoginStack
public void push(Principal principal, Object credential, Subject subject)
push
in class LoginStack
public LoginStack.Entry pop()
pop
in class LoginStack
public LoginStack.Entry peek()
peek
in class LoginStack
public boolean isEmpty()
isEmpty
in class LoginStack
public int size()
size
in class LoginStack
public LoginStack.Entry get(int index)
get
in class LoginStack
public LoginStack.Entry remove(int index)
remove
in class LoginStack
public LoginStack.Entry[] toArray()
toArray
in class LoginStack
Copyright © 2015 Nuxeo SA. All rights reserved.