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 voidAbstractAuthenticationHandler. authenticate(ConnectionHandler ch, AuthenticationCriteria ac)Perform an ldap authentication.voidAuthenticationHandler. authenticate(ConnectionHandler ch, AuthenticationCriteria ac)Perform an ldap authentication.voidBindAuthenticationHandler. authenticate(ConnectionHandler ch, AuthenticationCriteria ac)Perform an ldap authentication.voidCompareAuthenticationHandler. authenticate(ConnectionHandler ch, AuthenticationCriteria ac)Perform an ldap authentication.voidAuthenticationResultHandler. process(AuthenticationCriteria ac, boolean success)Process the results from an ldap authentication.voidAuthorizationHandler. process(AuthenticationCriteria ac, javax.naming.ldap.LdapContext ctx)Process an authorization after an ldap authentication.voidCompareAuthorizationHandler. process(AuthenticationCriteria ac, javax.naming.ldap.LdapContext ctx)Process an authorization after an ldap authentication.
-