Uses of Interface
edu.vt.middleware.ldap.auth.handler.AuthorizationHandler
-
Packages that use AuthorizationHandler Package Description 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 Modifier and Type Method Description AuthorizationHandler[]AuthenticatorConfig. getAuthorizationHandlers()This returns the handlers to use for processing authorization.Methods in edu.vt.middleware.ldap.auth with parameters of type AuthorizationHandler Modifier and Type Method Description booleanAuthenticator. authenticate(java.lang.String user, java.lang.Object credential, AuthenticationResultHandler[] authHandler, AuthorizationHandler[] authzHandler)This will authenticate by binding to the LDAP with the supplied user and credential.javax.naming.directory.AttributesAuthenticator. authenticate(java.lang.String user, java.lang.Object credential, java.lang.String[] retAttrs, AuthenticationResultHandler[] authHandler, AuthorizationHandler[] authzHandler)This will authenticate by binding to the LDAP with the supplied user and credential.protected javax.naming.directory.AttributesAbstractAuthenticator. authenticateAndAuthorize(java.lang.String dn, java.lang.Object credential, boolean searchAttrs, java.lang.String[] retAttrs, AuthenticationResultHandler[] authResultHandler, AuthorizationHandler[] authzHandler)This will authenticate by binding to the LDAP with the supplied dn and credential.protected booleanAbstractAuthenticator. authenticateAndAuthorize(java.lang.String dn, java.lang.Object credential, AuthenticationResultHandler[] authResultHandler, AuthorizationHandler[] authzHandler)This will authenticate by binding to the LDAP with the supplied dn and credential.voidAuthenticatorConfig. 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 Modifier and Type Class Description classCompareAuthorizationHandlerCompareAuthorizationHandler 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 Modifier and Type Method Description javax.naming.directory.AttributesJaasAuthenticator. authenticate(java.lang.String user, java.lang.Object credential, java.lang.String[] retAttrs, AuthenticationResultHandler[] authHandler, AuthorizationHandler[] authzHandler)This will authenticate by binding to the LDAP with the supplied user and credential.
-