Package edu.vt.middleware.ldap.auth

Interface Summary
DnResolver DnResolver provides an interface for finding LDAP DNs.
 

Class Summary
AbstractAuthenticator<T extends AuthenticatorConfig> AbstractAuthenticator provides basic functionality for authenticating against an LDAP.
Authenticator Authenticator contains functions for authenticating a user against an LDAP.
AuthenticatorCli Command line interface for authenticator operations.
AuthenticatorConfig AuthenticatorConfig contains all the configuration data that the Authenticator needs to control authentication.
ConstructDnResolver ConstructDnResolver creates an LDAP DN using known information about the LDAP.
NoopDnResolver NoopDnResolver returns the user as the LDAP DN.
SearchDnResolver SearchDnResolver looks up a user's DN using an LDAP search.
 

Exception Summary
AuthorizationException AuthorizationException is thrown when an attempt to authorize a user fails.
 



Copyright © 2003-2010 Virginia Tech. All Rights Reserved.