com.jalios.jcms.authentication
Class LoginResult
java.lang.Object
com.jalios.jcms.authentication.LoginResult
public class LoginResult
- extends Object
Internal class used by JCMS to return the informations
available after a call to the login procedure.
- Since:
- jcms-5.7.0
- Version:
- $Revision: 20966 $
Method Summary |
Member |
getLoggedMember()
Retrieve the member authenticated through the login procedure. |
boolean |
hasRedirected()
Returns true if a redirection occured during the login procedure. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REVISION
public static final String REVISION
- See Also:
- Constant Field Values
getLoggedMember
public Member getLoggedMember()
- Retrieve the member authenticated through the login procedure.
- Returns:
- a Member or null if no member is authenticated.
- Since:
- jcms-5.7.0
hasRedirected
public boolean hasRedirected()
- Returns true if a redirection occured during the login procedure.
- Returns:
- true if a redirection occured during the login procedure, false otherwise.
- Since:
- jcms-5.7.0
Copyright © 2001-2010 Jalios SA. All Rights Reserved.