Uses of Package
org.apache.shiro.jndi
-
Packages that use org.apache.shiro.jndi Package Description org.apache.shiro.jndi Enables accessing objects located in JNDI that might be useful when configuring a Shiro-enabled application.org.apache.shiro.realm.jndi Support for acquiring Realms from JNDI, particularly useful for configuring Shiro in JEE or EJB environments. -
Classes in org.apache.shiro.jndi used by org.apache.shiro.jndi Class Description JndiCallback Callback interface to be implemented by classes that need to perform an operation (such as a lookup) in a JNDI context.JndiLocator Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.JndiTemplate Helper class that simplifies JNDI operations. -
Classes in org.apache.shiro.jndi used by org.apache.shiro.realm.jndi Class Description JndiLocator Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.