Uses of Class
org.silverpeas.authentication.AuthenticationCredential

Packages that use AuthenticationCredential
org.silverpeas.authentication   
org.silverpeas.authentication.verifier   
org.silverpeas.servlets.credentials   
 

Uses of AuthenticationCredential in org.silverpeas.authentication
 

Methods in org.silverpeas.authentication that return AuthenticationCredential
static AuthenticationCredential AuthenticationCredential.newWithAsLogin(String login)
          Creates a new authentication credential with the specified login.
 AuthenticationCredential AuthenticationCredential.withAsDomainId(String domainId)
          Returns this credential with its domain attribute set with the specified value.
 AuthenticationCredential AuthenticationCredential.withAsPassword(String password)
          Returns this credential with its password attribute set with the specified value.
 

Methods in org.silverpeas.authentication with parameters of type AuthenticationCredential
 void Authentication.authenticate(AuthenticationCredential credential)
          Authenticates the user with its specified credential (containing a password in clear).
 void AuthenticationServer.authenticate(AuthenticationCredential credential)
          Authenticates the user with the specified authentication credential.
 String AuthenticationService.authenticate(AuthenticationCredential userCredential)
          Authenticates a user with the specified authentication credential.
 void Authentication.changePassword(AuthenticationCredential credential, String newPassword)
          Changes the password of the user, authenticated with the specified credential, with the specified new one.
 void AuthenticationServer.changePassword(AuthenticationCredential credential, String newPassword)
          Changes the password associated with the login in the specified credential by the one passed in parameter.
 void AuthenticationService.changePassword(AuthenticationCredential credential, String newPassword)
          Changes the password of the specified user credential with the specified new one.
 void AuthenticationService.changePasswordAndEmail(AuthenticationCredential credential, String newPassword, String email)
          Changes the password and email of the specified user credential with the specified new ones.
protected abstract
<T> void
Authentication.doAuthentication(AuthenticationConnection<T> connection, AuthenticationCredential credential)
          Does the authentication by using the specified connection with the remote server and with with the specified user credential.
protected  void AuthenticationNT.doAuthentication(AuthenticationConnection connection, AuthenticationCredential credential)
           
protected  void AuthenticationCAS.doAuthentication(AuthenticationConnection connection, AuthenticationCredential credential)
           
protected  void AuthenticationLDAP.doAuthentication(AuthenticationConnection connection, AuthenticationCredential credential)
           
protected  void AuthenticationSQL.doAuthentication(AuthenticationConnection connection, AuthenticationCredential credential)
           
protected
<T> void
Authentication.doChangePassword(AuthenticationConnection<T> connection, AuthenticationCredential credential, String newPassword)
          Does the password change by using the specified connection with the remote server and with with the specified user credential and new password.
protected  void AuthenticationLDAP.doChangePassword(AuthenticationConnection connection, AuthenticationCredential credential, String newPassword)
           
protected  void AuthenticationSQL.doChangePassword(AuthenticationConnection connection, AuthenticationCredential credential, String newPassword)
           
 void AuthenticationService.resetPassword(AuthenticationCredential credential, String newPassword)
          Resets the specified password of the user behind the specified authentication credential with the specified one.
 

Uses of AuthenticationCredential in org.silverpeas.authentication.verifier
 

Methods in org.silverpeas.authentication.verifier with parameters of type AuthenticationCredential
static UserCanLoginVerifier AuthenticationUserVerifierFactory.getUserCanLoginVerifier(AuthenticationCredential credential)
          Gets user state verifier from credentials.
static UserCanTryAgainToLoginVerifier AuthenticationUserVerifierFactory.getUserCanTryAgainToLoginVerifier(AuthenticationCredential credential)
          Gets user connection attempt verifier from a login and a domain identifier.
static UserMustAcceptTermsOfServiceVerifier AuthenticationUserVerifierFactory.getUserMustAcceptTermsOfServiceVerifier(AuthenticationCredential credential)
          Gets user must accept terms of service verifier from credentials.
static UserMustChangePasswordVerifier AuthenticationUserVerifierFactory.getUserMustChangePasswordVerifier(AuthenticationCredential credential)
          Gets user must change his password verifier from credentials.
 

Uses of AuthenticationCredential in org.silverpeas.servlets.credentials
 

Methods in org.silverpeas.servlets.credentials with parameters of type AuthenticationCredential
protected  String ChangePasswordFunctionHandler.performUrlChangePasswordError(javax.servlet.http.HttpServletRequest request, String originalUrl, AuthenticationCredential credential)
          Handle bad credential error.
 



Copyright © 2016 Silverpeas. All Rights Reserved.