public interface AuthorizationHandler
Modifier and Type | Method and Description |
---|---|
void |
process(AuthenticationCriteria ac,
LdapContext ctx)
Process an authorization after an ldap authentication.
|
void process(AuthenticationCriteria ac, LdapContext ctx) throws NamingException
AuthorizationException
to indicate an
authorization failure.ac
- AuthenticationCriteria
used to perform the
authenticationctx
- LdapContext
authenticated context used to perform
the bindAuthorizationException
- if authorization failsNamingException
- if an LDAP error occursCopyright © 2019. All rights reserved.