|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthorizationHandler | |
|---|---|
| edu.vt.middleware.ldap.auth | |
| edu.vt.middleware.ldap.auth.handler | |
| edu.vt.middleware.ldap.jaas | |
| Uses of AuthorizationHandler in edu.vt.middleware.ldap.auth |
|---|
| Methods in edu.vt.middleware.ldap.auth that return AuthorizationHandler | |
|---|---|
AuthorizationHandler[] |
AuthenticatorConfig.getAuthorizationHandlers()
This returns the handlers to use for processing authorization. |
| Methods in edu.vt.middleware.ldap.auth with parameters of type AuthorizationHandler | |
|---|---|
boolean |
Authenticator.authenticate(String user,
Object credential,
AuthenticationResultHandler[] authHandler,
AuthorizationHandler[] authzHandler)
This will authenticate by binding to the LDAP with the supplied user and credential. |
Attributes |
Authenticator.authenticate(String user,
Object credential,
String[] retAttrs,
AuthenticationResultHandler[] authHandler,
AuthorizationHandler[] authzHandler)
This will authenticate by binding to the LDAP with the supplied user and credential. |
protected boolean |
AbstractAuthenticator.authenticateAndAuthorize(String dn,
Object credential,
AuthenticationResultHandler[] authResultHandler,
AuthorizationHandler[] authzHandler)
This will authenticate by binding to the LDAP with the supplied dn and credential. |
protected Attributes |
AbstractAuthenticator.authenticateAndAuthorize(String dn,
Object credential,
boolean searchAttrs,
String[] retAttrs,
AuthenticationResultHandler[] authResultHandler,
AuthorizationHandler[] authzHandler)
This will authenticate by binding to the LDAP with the supplied dn and credential. |
void |
AuthenticatorConfig.setAuthorizationHandlers(AuthorizationHandler[] handlers)
This sets the handlers for processing authorization. |
| Uses of AuthorizationHandler in edu.vt.middleware.ldap.auth.handler |
|---|
| Classes in edu.vt.middleware.ldap.auth.handler that implement AuthorizationHandler | |
|---|---|
class |
CompareAuthorizationHandler
CompareAuthorizationHandler performs a compare operation with a custom filter. |
| Uses of AuthorizationHandler in edu.vt.middleware.ldap.jaas |
|---|
| Methods in edu.vt.middleware.ldap.jaas with parameters of type AuthorizationHandler | |
|---|---|
Attributes |
JaasAuthenticator.authenticate(String user,
Object credential,
String[] retAttrs,
AuthenticationResultHandler[] authHandler,
AuthorizationHandler[] authzHandler)
This will authenticate by binding to the LDAP with the supplied user and credential. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||