Uses of Interface
org.apache.shiro.mgt.SubjectFactory
-
Packages that use SubjectFactory Package Description org.apache.shiro.mgt Provides the masterSecurityManager
interface and a default implementation hierarchy for managing all aspects of Shiro's functionality in an application. -
-
Uses of SubjectFactory in org.apache.shiro.mgt
Classes in org.apache.shiro.mgt that implement SubjectFactory Modifier and Type Class Description class
DefaultSubjectFactory
DefaultSubjectFactory
implementation that createsDelegatingSubject
instances.Fields in org.apache.shiro.mgt declared as SubjectFactory Modifier and Type Field Description protected SubjectFactory
DefaultSecurityManager. subjectFactory
Methods in org.apache.shiro.mgt that return SubjectFactory Modifier and Type Method Description SubjectFactory
DefaultSecurityManager. getSubjectFactory()
Returns theSubjectFactory
responsible for creatingSubject
instances exposed to the application.Methods in org.apache.shiro.mgt with parameters of type SubjectFactory Modifier and Type Method Description void
DefaultSecurityManager. setSubjectFactory(SubjectFactory subjectFactory)
Sets theSubjectFactory
responsible for creatingSubject
instances exposed to the application.
-