Uses of Interface
org.apache.shiro.mgt.SubjectFactory
-
Packages that use SubjectFactory Package Description org.apache.shiro.mgt Provides the masterSecurityManagerinterface 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 classDefaultSubjectFactoryDefaultSubjectFactoryimplementation that createsDelegatingSubjectinstances.Fields in org.apache.shiro.mgt declared as SubjectFactory Modifier and Type Field Description protected SubjectFactoryDefaultSecurityManager. subjectFactoryMethods in org.apache.shiro.mgt that return SubjectFactory Modifier and Type Method Description SubjectFactoryDefaultSecurityManager. getSubjectFactory()Returns theSubjectFactoryresponsible for creatingSubjectinstances exposed to the application.Methods in org.apache.shiro.mgt with parameters of type SubjectFactory Modifier and Type Method Description voidDefaultSecurityManager. setSubjectFactory(SubjectFactory subjectFactory)Sets theSubjectFactoryresponsible for creatingSubjectinstances exposed to the application.
-