Class AuthenticationParameters


  • public class AuthenticationParameters
    extends Object
    Parameters used in the authentication process. Theses parameters are fetched from both the incoming HTTP request used for authenticating the user and its HTTP session.
    • Method Detail

      • isNewEncryptionMode

        public boolean isNewEncryptionMode()
      • isSecuredAccess

        public boolean isSecuredAccess()
      • getLogin

        public String getLogin()
      • getPassword

        public String getPassword()
      • isCasMode

        public boolean isCasMode()
      • isSsoMode

        public boolean isSsoMode()
      • isUserByInternalAuthTokenMode

        public boolean isUserByInternalAuthTokenMode()
      • isSocialNetworkMode

        public boolean isSocialNetworkMode()
      • getDomainId

        public String getDomainId()