|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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
|
Authentication.closeConnection(AuthenticationConnection<T> connection)
Closes the connection that was previously opened with the server of the remote authentication service. |
|
protected abstract
|
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
|
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
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |