public class LoginStack extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LoginStack.Entry |
static class |
LoginStack.Sync |
Modifier and Type | Field and Description |
---|---|
protected LinkedList<LoginStack.Entry> |
stack |
Constructor and Description |
---|
LoginStack() |
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() |
static LoginStack |
synchronizedStack() |
LoginStack.Entry[] |
toArray() |
protected final LinkedList<LoginStack.Entry> stack
public LoginStack()
public static LoginStack synchronizedStack()
public void clear()
public LoginStack.Entry pop()
public LoginStack.Entry peek()
public boolean isEmpty()
public int size()
public LoginStack.Entry get(int index)
public LoginStack.Entry remove(int index)
public LoginStack.Entry[] toArray()
Copyright © 2015 Nuxeo SA. All rights reserved.