Package | Description |
---|---|
edu.vt.middleware.ldap.auth.handler |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationHandler.authenticate(ConnectionHandler ch,
AuthenticationCriteria ac)
Perform an ldap authentication.
|
abstract void |
AbstractAuthenticationHandler.authenticate(ConnectionHandler ch,
AuthenticationCriteria ac)
Perform an ldap authentication.
|
void |
CompareAuthenticationHandler.authenticate(ConnectionHandler ch,
AuthenticationCriteria ac)
Perform an ldap authentication.
|
void |
BindAuthenticationHandler.authenticate(ConnectionHandler ch,
AuthenticationCriteria ac)
Perform an ldap authentication.
|
void |
AuthenticationResultHandler.process(AuthenticationCriteria ac,
boolean success)
Process the results from an ldap authentication.
|
void |
AuthorizationHandler.process(AuthenticationCriteria ac,
javax.naming.ldap.LdapContext ctx)
Process an authorization after an ldap authentication.
|
void |
CompareAuthorizationHandler.process(AuthenticationCriteria ac,
javax.naming.ldap.LdapContext ctx)
Process an authorization after an ldap authentication.
|
Copyright © 2014. All Rights Reserved.