Uses of Interface
org.apache.shiro.mgt.SubjectFactory
Packages that use SubjectFactory
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 SubjectFactory in org.apache.shiro.mgt
Classes in org.apache.shiro.mgt that implement SubjectFactoryModifier and TypeClassDescriptionclassDefaultSubjectFactoryimplementation that createsDelegatingSubjectinstances.Fields in org.apache.shiro.mgt declared as SubjectFactoryMethods in org.apache.shiro.mgt that return SubjectFactoryModifier and TypeMethodDescriptionDefaultSecurityManager.getSubjectFactory()Returns theSubjectFactoryresponsible for creatingSubjectinstances exposed to the application.Methods in org.apache.shiro.mgt with parameters of type SubjectFactoryModifier and TypeMethodDescriptionvoidDefaultSecurityManager.setSubjectFactory(SubjectFactory subjectFactory) Sets theSubjectFactoryresponsible for creatingSubjectinstances exposed to the application.