Uses of Class
org.silverpeas.authentication.AuthenticationConnection

Packages that use AuthenticationConnection
org.silverpeas.authentication   
 

Uses of AuthenticationConnection in org.silverpeas.authentication
 

Methods in org.silverpeas.authentication that return AuthenticationConnection
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.
 

Methods in org.silverpeas.authentication with parameters of type AuthenticationConnection
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)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.