edu.vt.middleware.ldap.auth.handler
public interface AuthorizationHandler
Modifier and Type | Method and Description |
---|---|
void |
process(AuthenticationCriteria ac,
javax.naming.ldap.LdapContext ctx)
Process an authorization after an ldap authentication.
|
void process(AuthenticationCriteria ac, javax.naming.ldap.LdapContext ctx) throws javax.naming.NamingException
AuthorizationException
to indicate an
authorization failure.ac
- AuthenticationCriteria
used to perform the
authenticationctx
- LdapContext
authenticated context used to perform
the bindAuthorizationException
- if authorization failsjavax.naming.NamingException
- if an LDAP error occursCopyright © 2014. All Rights Reserved.