Uses of Class
org.apache.shiro.UnavailableSecurityManagerException
-
Packages that use UnavailableSecurityManagerException Package Description org.apache.shiro This package primarily exists as a root classpath distinction, but it does contain two core classes widely used by applications,SecurityUtils
andShiroException
. -
-
Uses of UnavailableSecurityManagerException in org.apache.shiro
Methods in org.apache.shiro that throw UnavailableSecurityManagerException Modifier and Type Method Description static SecurityManager
SecurityUtils. getSecurityManager()
Returns the SecurityManager accessible to the calling code.
-