Package org.apache.shiro.jndi
Enables accessing objects located in JNDI that might be useful when configuring a Shiro-enabled application.
-
Interface Summary Interface Description JndiCallback Callback interface to be implemented by classes that need to perform an operation (such as a lookup) in a JNDI context. -
Class Summary Class Description JndiLocator Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.JndiObjectFactory<T> A factory implementation intended to be used to look up objects in jndi.JndiTemplate Helper class that simplifies JNDI operations.