Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.auth
Class CachableUserIdentificationInfo

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.auth.CachableUserIdentificationInfo
All Implemented Interfaces:
Serializable

public class CachableUserIdentificationInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CachableUserIdentificationInfo(String userName, String password)
           
CachableUserIdentificationInfo(UserIdentificationInfo uii)
           
 
Method Summary
 Boolean getAlreadyAuthenticated()
           
 LoginContext getLoginContext()
           
 Principal getPrincipal()
           
 UserIdentificationInfo getUserInfo()
           
 void setAlreadyAuthenticated(boolean alreadyAuthenticated)
           
 void setLoginContext(LoginContext loginContext)
           
 void setPrincipal(Principal principal)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachableUserIdentificationInfo

public CachableUserIdentificationInfo(String userName,
                                      String password)

CachableUserIdentificationInfo

public CachableUserIdentificationInfo(UserIdentificationInfo uii)
Method Detail

getAlreadyAuthenticated

public Boolean getAlreadyAuthenticated()

setAlreadyAuthenticated

public void setAlreadyAuthenticated(boolean alreadyAuthenticated)

getPrincipal

public Principal getPrincipal()

setPrincipal

public void setPrincipal(Principal principal)

getLoginContext

public LoginContext getLoginContext()

setLoginContext

public void setLoginContext(LoginContext loginContext)

getUserInfo

public UserIdentificationInfo getUserInfo()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.