Uses of Class
org.apache.shiro.mgt.RealmSecurityManager
Packages that use RealmSecurityManager
Package
Description
Provides the master
SecurityManager interface and a default implementation
hierarchy for managing all aspects of Shiro's functionality in an application.-
Uses of RealmSecurityManager in org.apache.shiro.mgt
Subclasses of RealmSecurityManager in org.apache.shiro.mgtModifier and TypeClassDescriptionclassShiro support of aSecurityManagerclass hierarchy that delegates all authentication operations to a wrappedAuthenticatorinstance.classShiro support of aSecurityManagerclass hierarchy that delegates all authorization (access control) operations to a wrappedAuthorizerinstance.classThe Shiro framework's default concrete implementation of theSecurityManagerinterface, based around a collection ofRealms.classShiro support of aSecurityManagerclass hierarchy that delegates allsessionoperations to a wrappedSessionManagerinstance.