Uses of Package
org.apache.shiro.realm.ldap
Packages that use org.apache.shiro.realm.ldap
Package
Description
Realms that acquire security data from a Microsoft Active Directory.
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.activedirectoryClassDescriptionA
Realmthat authenticates with an LDAP server to build the Subject for a user.Interface that encapsulates the creation ofLdapContextobjects that are used byDefaultLdapRealms to perform authentication attempts and query for authorization data. -
Classes in org.apache.shiro.realm.ldap used by org.apache.shiro.realm.ldapClassDescriptionAn LDAP
Realmimplementation utilizing Sun's/Oracle's JNDI API as an LDAP API.Interface that encapsulates the creation ofLdapContextobjects that are used byDefaultLdapRealms to perform authentication attempts and query for authorization data.