Uses of Class
edu.vt.middleware.ldap.auth.handler.AuthenticationCriteria
-
Packages that use AuthenticationCriteria Package Description 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 Modifier and Type Method Description abstract void
AbstractAuthenticationHandler. authenticate(ConnectionHandler ch, AuthenticationCriteria ac)
Perform an ldap authentication.void
AuthenticationHandler. authenticate(ConnectionHandler ch, AuthenticationCriteria ac)
Perform an ldap authentication.void
BindAuthenticationHandler. authenticate(ConnectionHandler ch, AuthenticationCriteria ac)
Perform an ldap authentication.void
CompareAuthenticationHandler. 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.
-