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 subclasses of AbstractLdapRealm to query for AuthenticationInfo security data (roles, permissions, etc) of particular Subjects (users).
 

Class Summary
AbstractLdapRealm A Realm that authenticates with an LDAP server to build the Subject for a user.
DefaultLdapContextFactory Default implementation of LdapContextFactory that can be configured or extended to customize the way LdapContext objects are retrieved.
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-2010 The Apache Software Foundation. All Rights Reserved.