JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
org.apache.shiro.realm.jndi
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Related Packages
Classes and Interfaces
Package org.apache.shiro.realm.jndi
package
org.apache.shiro.realm.jndi
Support for acquiring Realms from JNDI, particularly useful for configuring Shiro in JEE or EJB environments.
Related Packages
Package
Description
org.apache.shiro.realm
Components and sub-packages used in supporting the core
Realm
interface.
org.apache.shiro.realm.activedirectory
Realms that acquire security data from a Microsoft Active Directory.
org.apache.shiro.realm.jdbc
Realms that acquire security data from an RDBMS (Relational Database Management System) using the JDBC API.
org.apache.shiro.realm.ldap
Realms that acquire security data from an LDAP (Lightweight Directory Access Protocol) server utilizing LDAP/Naming APIs.
org.apache.shiro.realm.text
Realms that acquire security data from text-based data sources such as
File
s or text streams.
Classes
Class
Description
JndiRealmFactory
Looks up one or more Realm instances from JNDI using specified
jndiNames
.