Uses of Interface
org.apache.shiro.realm.ldap.LdapContextFactory

Packages that use LdapContextFactory
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. 
 

Uses of LdapContextFactory in org.apache.shiro.realm.activedirectory
 

Methods in org.apache.shiro.realm.activedirectory with parameters of type LdapContextFactory
protected  AuthenticationInfo ActiveDirectoryRealm.queryForAuthenticationInfo(AuthenticationToken token, LdapContextFactory ldapContextFactory)
          Builds an AuthenticationInfo object by querying the active directory LDAP context for the specified username.
protected  AuthorizationInfo ActiveDirectoryRealm.queryForAuthorizationInfo(PrincipalCollection principals, LdapContextFactory ldapContextFactory)
          Builds an AuthorizationInfo object by querying the active directory LDAP context for the groups that a user is a member of.
 

Uses of LdapContextFactory in org.apache.shiro.realm.ldap
 

Classes in org.apache.shiro.realm.ldap that implement LdapContextFactory
 class DefaultLdapContextFactory
          Default implementation of LdapContextFactory that can be configured or extended to customize the way LdapContext objects are retrieved.
 

Methods in org.apache.shiro.realm.ldap with parameters of type LdapContextFactory
protected abstract  AuthenticationInfo AbstractLdapRealm.queryForAuthenticationInfo(AuthenticationToken token, LdapContextFactory ldapContextFactory)
          Abstract method that should be implemented by subclasses to builds an AuthenticationInfo object by querying the LDAP context for the specified username.
protected abstract  AuthorizationInfo AbstractLdapRealm.queryForAuthorizationInfo(PrincipalCollection principal, LdapContextFactory ldapContextFactory)
          Abstract method that should be implemented by subclasses to builds an AuthorizationInfo object by querying the LDAP context for the specified principal.
 void AbstractLdapRealm.setLdapContextFactory(LdapContextFactory ldapContextFactory)
          Configures the LdapContextFactory implementation that is used to create LDAP connections for authentication and authorization.
 



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