See: Description
| Interface | Description |
|---|---|
| LdapContextFactory |
Interface that encapsulates the creation of
LdapContext objects that are used by DefaultLdapRealms to
perform authentication attempts and query for authorization data. |
| Class | Description |
|---|---|
| AbstractLdapRealm |
A
Realm that authenticates with an LDAP
server to build the Subject for a user. |
| DefaultLdapContextFactory | Deprecated
replaced by the
JndiLdapContextFactory implementation. |
| DefaultLdapRealm |
An LDAP
Realm implementation utilizing Sun's/Oracle's
JNDI API as an LDAP API. |
| JndiLdapContextFactory |
LdapContextFactory implementation using the default Sun/Oracle JNDI Ldap API, utilizing JNDI
environment properties and an InitialContext. |
| JndiLdapRealm | Deprecated
Renamed to
DefaultLdapRealm, this class will be removed prior to 2.0 |
| LdapUtils |
Utility class providing static methods to make working with LDAP
easier.
|
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.