Uses of Interface
org.apache.shiro.jndi.JndiCallback
-
Packages that use JndiCallback Package Description org.apache.shiro.jndi Enables accessing objects located in JNDI that might be useful when configuring a Shiro-enabled application. -
-
Uses of JndiCallback in org.apache.shiro.jndi
Methods in org.apache.shiro.jndi with parameters of type JndiCallback Modifier and Type Method Description ObjectJndiTemplate. execute(JndiCallback contextCallback)Execute the given JNDI context callback implementation.
-