|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CachingSecurityManager | |
---|---|
org.apache.shiro.mgt | Provides the master SecurityManager interface and a default implementation
hierarchy for managing all aspects of Shiro's functionality in an application. |
Uses of CachingSecurityManager in org.apache.shiro.mgt |
---|
Subclasses of CachingSecurityManager in org.apache.shiro.mgt | |
---|---|
class |
AuthenticatingSecurityManager
Shiro support of a SecurityManager class hierarchy that delegates all
authentication operations to a wrapped Authenticator instance. |
class |
AuthorizingSecurityManager
Shiro support of a SecurityManager class hierarchy that delegates all
authorization (access control) operations to a wrapped Authorizer instance. |
class |
DefaultSecurityManager
The Shiro framework's default concrete implementation of the SecurityManager interface,
based around a collection of Realm s. |
class |
RealmSecurityManager
Shiro support of a SecurityManager class hierarchy based around a collection of
Realm s. |
class |
SessionsSecurityManager
Shiro support of a SecurityManager class hierarchy that delegates all
session operations to a wrapped
SessionManager instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |