Uses of Package
org.apache.shiro.realm.ldap
-
Packages that use org.apache.shiro.realm.ldap Package Description 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 Class Description AbstractLdapRealm ARealm
that authenticates with an LDAP server to build the Subject for a user.LdapContextFactory Interface that encapsulates the creation ofLdapContext
objects that are used byDefaultLdapRealm
s to perform authentication attempts and query for authorization data. -
Classes in org.apache.shiro.realm.ldap used by org.apache.shiro.realm.ldap Class Description DefaultLdapRealm An LDAPRealm
implementation utilizing Sun's/Oracle's JNDI API as an LDAP API.LdapContextFactory Interface that encapsulates the creation ofLdapContext
objects that are used byDefaultLdapRealm
s to perform authentication attempts and query for authorization data.