com.silverpeas.authentication
Class AuthenticationParameters
java.lang.Object
com.silverpeas.authentication.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationParameters
public AuthenticationParameters(javax.servlet.http.HttpServletRequest request)
getLogin
public String getLogin()
getPassword
public String getPassword()
getStoredPassword
public String getStoredPassword()
getCryptedPassword
public String getCryptedPassword()
getClearPassword
public String getClearPassword()
isCasMode
public boolean isCasMode()
isSsoMode
public boolean isSsoMode()
isUserByInternalAuthTokenMode
public boolean isUserByInternalAuthTokenMode()
isSocialNetworkMode
public boolean isSocialNetworkMode()
getDomainId
public String getDomainId()
Copyright © 2016 Silverpeas. All Rights Reserved.