Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public static class LoginStack.Entry
extends Object


Constructor Summary
LoginStack.Entry(Principal principal, Object credential, Subject subject)
           
 
Method Summary
 Object getCredential()
           
 Principal getPrincipal()
           
 Subject getSubject()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginStack.Entry

public LoginStack.Entry(Principal principal,
                        Object credential,
                        Subject subject)
Method Detail

getPrincipal

public Principal getPrincipal()

getCredential

public Object getCredential()

getSubject

public Subject getSubject()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.