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.
|
Class and Description |
---|
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 DefaultLdapRealm s to
perform authentication attempts and query for authorization data. |
Class and Description |
---|
DefaultLdapRealm
An LDAP
Realm implementation utilizing Sun's/Oracle's
JNDI API as an LDAP API. |
LdapContextFactory
Interface that encapsulates the creation of
LdapContext objects that are used by DefaultLdapRealm s to
perform authentication attempts and query for authorization data. |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.