Uses of Package
org.apache.shiro.realm.ldap

Packages that use org.apache.shiro.realm.ldap
org.apache.shiro.realm.activedirectory Realms that acquire security data from a Microsoft Active Directory. 
org.apache.shiro.realm.ldap Realms that acquire security data from an LDAP (Lightweight Directory Access Protocol) server utilizing LDAP/Naming APIs. 
 

Classes in org.apache.shiro.realm.ldap used by org.apache.shiro.realm.activedirectory
AbstractLdapRealm
          A Realm that authenticates with an LDAP server to build the Subject for a user.
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).
 

Classes in org.apache.shiro.realm.ldap used by org.apache.shiro.realm.ldap
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).
 



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