Uses of Class
org.silverpeas.authentication.exception.AuthenticationException

Packages that use AuthenticationException
com.silverpeas.socialnetwork.myProfil.control   
org.silverpeas.authentication   
org.silverpeas.authentication.exception   
org.silverpeas.authentication.verifier   
 

Uses of AuthenticationException in com.silverpeas.socialnetwork.myProfil.control
 

Methods in com.silverpeas.socialnetwork.myProfil.control that throw AuthenticationException
 void MyProfilSessionController.modifyUser(String idUser, String userLastName, String userFirstName, String userEMail, String userAccessLevel, String oldPassword, String newPassword, String userLoginQuestion, String userLoginAnswer, Map<String,String> properties)
           
 

Uses of AuthenticationException in org.silverpeas.authentication
 

Methods in org.silverpeas.authentication that throw AuthenticationException
 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.
 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  void AuthenticationNT.closeConnection(AuthenticationConnection connection)
           
protected  void AuthenticationCAS.closeConnection(AuthenticationConnection connection)
           
protected  void AuthenticationLDAP.closeConnection(AuthenticationConnection connection)
           
protected  void AuthenticationSQL.closeConnection(AuthenticationConnection connection)
           
protected abstract
<T> void
Authentication.closeConnection(AuthenticationConnection<T> connection)
          Closes the connection that was previously opened with the server of the remote authentication service.
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)
           
protected
<T> void
Authentication.doResetPassword(AuthenticationConnection<T> connection, String login, String newPassword)
          Does the password reset by using the specified connection with the remote server the user login for which the password has to be reset and a new password.
protected  void AuthenticationLDAP.doResetPassword(AuthenticationConnection connection, String login, String newPassword)
           
protected  void AuthenticationSQL.doResetPassword(AuthenticationConnection connection, String login, String newPassword)
           
 String AuthenticationService.getAuthenticationKey(String login, String domainId)
          Gets an authentication key for a given user from its specified login and from the domain to which he belongs.
protected  AuthenticationConnection<Socket> AuthenticationNT.openConnection()
           
protected  AuthenticationConnection<Connection> AuthenticationCAS.openConnection()
           
protected  AuthenticationConnection<com.novell.ldap.LDAPConnection> AuthenticationLDAP.openConnection()
           
protected  AuthenticationConnection<Connection> AuthenticationSQL.openConnection()
           
protected abstract
<T> AuthenticationConnection<T>
Authentication.openConnection()
          Opens a connection with a server of the remote authentication service.
 void AuthenticationService.resetPassword(AuthenticationCredential credential, String newPassword)
          Resets the specified password of the user behind the specified authentication credential with the specified one.
 void Authentication.resetPassword(String login, String newPassword)
          Resets the password associated with the specified login of a user with the new specified one.
 void AuthenticationServer.resetPassword(String login, String newPassword)
          Resets the password associated with the specified login by replacing it with the specified one.
 

Uses of AuthenticationException in org.silverpeas.authentication.exception
 

Subclasses of AuthenticationException in org.silverpeas.authentication.exception
 class AuthenticationBadCredentialException
           
 class AuthenticationHostException
           
 class AuthenticationNoMoreUserConnectionAttemptException
           
 class AuthenticationPasswordAboutToExpireException
           
 class AuthenticationPasswordExpired
           
 class AuthenticationPasswordMustBeChangedAtNextLogon
           
 class AuthenticationPasswordMustBeChangedOnFirstLogin
           
 class AuthenticationPwdChangeNotAvailException
           
 class AuthenticationPwdNotAvailException
           
 class AuthenticationUserAccountBlockedException
           
 class AuthenticationUserAccountDeactivatedException
           
 class AuthenticationUserMustAcceptTermsOfService
           
 

Methods in org.silverpeas.authentication.exception with parameters of type AuthenticationException
 void AuthenticationExceptionVisitor.visit(AuthenticationException ex)
           
 

Methods in org.silverpeas.authentication.exception that throw AuthenticationException
 void AuthenticationPwdChangeNotAvailException.accept(AuthenticationExceptionVisitor visitor)
           
 void AuthenticationPwdNotAvailException.accept(AuthenticationExceptionVisitor visitor)
           
 void AuthenticationPasswordAboutToExpireException.accept(AuthenticationExceptionVisitor visitor)
           
 void AuthenticationHostException.accept(AuthenticationExceptionVisitor visitor)
           
 void AuthenticationBadCredentialException.accept(AuthenticationExceptionVisitor visitor)
           
 void AuthenticationException.accept(AuthenticationExceptionVisitor visitor)
           
 void AuthenticationExceptionVisitor.visit(AuthenticationBadCredentialException ex)
           
 void AuthenticationExceptionVisitor.visit(AuthenticationException ex)
           
 void AuthenticationExceptionVisitor.visit(AuthenticationHostException ex)
           
 void AuthenticationExceptionVisitor.visit(AuthenticationPasswordAboutToExpireException ex)
           
 void AuthenticationExceptionVisitor.visit(AuthenticationPwdChangeNotAvailException ex)
           
 void AuthenticationExceptionVisitor.visit(AuthenticationPwdNotAvailException ex)
           
 

Uses of AuthenticationException in org.silverpeas.authentication.verifier
 

Methods in org.silverpeas.authentication.verifier that throw AuthenticationException
 void UserMustChangePasswordVerifier.verify()
          Verify if user has to change his password or if the user will soon be obliged to change his password.
 void UserCanLoginVerifier.verify()
          Verify if the user can login.
 



Copyright © 2016 Silverpeas. All Rights Reserved.