protected void |
AuthenticationLDAP.closeConnection(AuthenticationConnection connection) |
|
protected abstract <T> void |
AuthenticationProtocol.closeConnection(AuthenticationConnection<T> connection) |
Closes the connection that was previously opened with the server of the remote authentication
service.
|
protected void |
AuthenticationSQL.closeConnection(AuthenticationConnection connection) |
|
protected void |
AuthenticationCAS.doAuthentication(AuthenticationConnection connection,
AuthenticationCredential credential) |
|
protected void |
AuthenticationLDAP.doAuthentication(AuthenticationConnection connection,
AuthenticationCredential credential) |
|
protected abstract <T> void |
AuthenticationProtocol.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 |
AuthenticationSQL.doAuthentication(AuthenticationConnection connection,
AuthenticationCredential credential) |
|
protected void |
AuthenticationLDAP.doChangePassword(AuthenticationConnection connection,
AuthenticationCredential credential,
String newPassword) |
|
protected <T> void |
AuthenticationProtocol.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 |
AuthenticationSQL.doChangePassword(AuthenticationConnection connection,
AuthenticationCredential credential,
String newPassword) |
|
protected void |
AuthenticationLDAP.doResetPassword(AuthenticationConnection connection,
String login,
boolean loginIgnoreCase,
String newPassword) |
|
protected <T> void |
AuthenticationProtocol.doResetPassword(AuthenticationConnection<T> connection,
String login,
boolean loginIgnoreCase,
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 |
AuthenticationSQL.doResetPassword(AuthenticationConnection connection,
String login,
boolean loginIgnoreCase,
String newPassword) |
|
protected static Connection |
AuthenticationSQL.getSQLConnection(AuthenticationConnection<Connection> connection) |
|