See: Description
Interface | Description |
---|---|
LdapContextFactory |
Interface that encapsulates the creation of
LdapContext objects that are used by JndiLdapRealm s 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. |
JndiLdapContextFactory |
LdapContextFactory implementation using the default Sun/Oracle JNDI Ldap API, utilizing JNDI
environment properties and an InitialContext . |
JndiLdapRealm |
An LDAP
Realm implementation utilizing Sun's/Oracle's
JNDI API as an LDAP API. |
LdapUtils |
Utility class providing static methods to make working with LDAP
easier.
|
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.