Package org.apache.shiro
This package primarily exists as a root classpath distinction, but it does contain two core classes widely used
by applications,
SecurityUtils
and
ShiroException
.-
Class Summary Class Description SecurityUtils Accesses the currently accessibleSubject
for the calling code depending on runtime environment. -
Exception Summary Exception Description UnavailableSecurityManagerException Exception thrown when attempting to acquire the application'sSecurityManager
instance, but Shiro's lookup heuristics cannot find one.