Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.api.local
Class LoginStack.Sync

java.lang.Object
  extended by org.nuxeo.ecm.core.api.local.LoginStack
      extended by org.nuxeo.ecm.core.api.local.LoginStack.Sync
Enclosing class:
LoginStack

public static class LoginStack.Sync
extends LoginStack


Nested Class Summary
 
Nested classes/interfaces inherited from class org.nuxeo.ecm.core.api.local.LoginStack
LoginStack.Entry, LoginStack.Sync
 
Constructor Summary
LoginStack.Sync()
           
 
Method Summary
 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()
           
 
Methods inherited from class org.nuxeo.ecm.core.api.local.LoginStack
synchronizedStack
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginStack.Sync

public LoginStack.Sync()
Method Detail

clear

public void clear()
Overrides:
clear in class LoginStack

push

public void push(Principal principal,
                 Object credential,
                 Subject subject)
Overrides:
push in class LoginStack

pop

public LoginStack.Entry pop()
Overrides:
pop in class LoginStack

peek

public LoginStack.Entry peek()
Overrides:
peek in class LoginStack

isEmpty

public boolean isEmpty()
Overrides:
isEmpty in class LoginStack

size

public int size()
Overrides:
size in class LoginStack

get

public LoginStack.Entry get(int index)
Overrides:
get in class LoginStack

remove

public LoginStack.Entry remove(int index)
Overrides:
remove in class LoginStack

toArray

public LoginStack.Entry[] toArray()
Overrides:
toArray in class LoginStack

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.