|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationCriteria | |
|---|---|
| edu.vt.middleware.ldap.auth.handler | |
| Uses of AuthenticationCriteria in edu.vt.middleware.ldap.auth.handler |
|---|
| Methods in edu.vt.middleware.ldap.auth.handler with parameters of type AuthenticationCriteria | |
|---|---|
void |
CompareAuthenticationHandler.authenticate(ConnectionHandler ch,
AuthenticationCriteria ac)
Perform an ldap authentication. Implementations should throw
AuthenticationException to indicate an authentication failure. The
resulting LdapContext can be retrieved from the connection
handler if it is needed. |
void |
BindAuthenticationHandler.authenticate(ConnectionHandler ch,
AuthenticationCriteria ac)
Perform an ldap authentication. Implementations should throw
AuthenticationException to indicate an authentication failure. The
resulting LdapContext can be retrieved from the connection
handler if it is needed. |
void |
AuthenticationHandler.authenticate(ConnectionHandler ch,
AuthenticationCriteria ac)
Perform an ldap authentication. |
abstract void |
AbstractAuthenticationHandler.authenticate(ConnectionHandler ch,
AuthenticationCriteria ac)
Perform an ldap authentication. |
void |
AuthenticationResultHandler.process(AuthenticationCriteria ac,
boolean success)
Process the results from an ldap authentication. |
void |
CompareAuthorizationHandler.process(AuthenticationCriteria ac,
LdapContext ctx)
Process an authorization after an ldap authentication. |
void |
AuthorizationHandler.process(AuthenticationCriteria ac,
LdapContext ctx)
Process an authorization after an ldap authentication. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||