| Interface | Description |
|---|---|
| AuthenticatorFactory |
Provides an interface for creating authenticators needed by various JAAS modules.
|
| RoleResolver |
Looks up a user's roles using an LDAP search.
|
| RoleResolverFactory |
Provides an interface for creating role resolver needed by various JAAS modules.
|
| Class | Description |
|---|---|
| AbstractLoginModule |
Provides functionality common to ldap based JAAS login modules.
|
| AbstractPropertiesFactory |
Provides implementation common to properties based factories.
|
| AbstractSearchRoleResolver |
Base class for search role resolver implementations.
|
| LdapCredential |
Provides a custom implementation for adding LDAP credentials to a subject.
|
| LdapDnAuthorizationModule |
Provides a JAAS authentication hook into LDAP DNs.
|
| LdapDnPrincipal |
Provides a custom implementation for adding LDAP principals to a subject.
|
| LdapGroup |
Provides a custom implementation for grouping principals.
|
| LdapLoginModule |
Provides a JAAS authentication hook for LDAP authentication.
|
| LdapPrincipal |
Provides a custom implementation for adding LDAP principals to a subject.
|
| LdapRole |
Provides a custom implementation for adding LDAP principals to a subject that represent roles.
|
| LdapRoleAuthorizationModule |
Provides a JAAS authentication hook into LDAP roles.
|
| PooledSearchRoleResolver |
Looks up a user's roles using a pool of connections.
|
| PropertiesAuthenticatorFactory |
Provides a module authenticator factory implementation that uses the properties package in this library.
|
| PropertiesRoleResolverFactory |
Provides a module role resolver factory implementation that uses the properties package in this library.
|
| SearchRoleResolver |
Looks up a user's roles using an LDAP search.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.