Package org.apache.shiro.realm.ldap

Realms that acquire security data from an LDAP (Lightweight Directory Access Protocol) server utilizing LDAP/Naming APIs.

See:
          Description

Interface Summary
LdapContextFactory Interface that encapsulates the creation of LdapContext objects that are used by JndiLdapRealms to perform authentication attempts and query for authorization data.
 

Class Summary
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.
 

Package org.apache.shiro.realm.ldap Description

Realms that acquire security data from an LDAP (Lightweight Directory Access Protocol) server utilizing LDAP/Naming APIs.



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.