Uses of Interface
org.apache.shiro.mgt.SubjectFactory

Packages that use SubjectFactory
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 SubjectFactory in org.apache.shiro.mgt
 

Classes in org.apache.shiro.mgt that implement SubjectFactory
 class DefaultSubjectFactory
          Default SubjectFactory implementation that creates DelegatingSubject instances.
 

Fields in org.apache.shiro.mgt declared as SubjectFactory
protected  SubjectFactory DefaultSecurityManager.subjectFactory
           
 

Methods in org.apache.shiro.mgt that return SubjectFactory
 SubjectFactory DefaultSecurityManager.getSubjectFactory()
           
 

Methods in org.apache.shiro.mgt with parameters of type SubjectFactory
 void DefaultSecurityManager.setSubjectFactory(SubjectFactory subjectFactory)
           
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.