Class LoginResult


  • public class LoginResult
    extends java.lang.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: 135398 $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REVISION  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Member getLoggedMember()
      Retrieve the member authenticated through the login procedure.
      boolean hasRedirected()
      Returns true if a redirection occured during the login procedure.
      boolean isAuthenticationThrottled()
      Check if authentication throttling occured in this authentication attempt
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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
      • isAuthenticationThrottled

        public boolean isAuthenticationThrottled()
        Check if authentication throttling occured in this authentication attempt
        Returns:
        true if authentication was throttled, false otherwise
        Since:
        jcms-10.0.7 / JCMS-8083