com.silverpeas.authentication
Class AuthenticationParameters

java.lang.Object
  extended by 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.


Constructor Summary
AuthenticationParameters(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 String getClearPassword()
           
 String getCryptedPassword()
           
 String getDomainId()
           
 String getLogin()
           
 String getPassword()
           
 String getStoredPassword()
           
 boolean isCasMode()
           
 boolean isSocialNetworkMode()
           
 boolean isSsoMode()
           
 boolean isUserByInternalAuthTokenMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationParameters

public AuthenticationParameters(javax.servlet.http.HttpServletRequest request)
Method Detail

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.