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()
          Returns the SubjectFactory responsible for creating Subject instances exposed to the application.
 

Methods in org.apache.shiro.mgt with parameters of type SubjectFactory
 void DefaultSecurityManager.setSubjectFactory(SubjectFactory subjectFactory)
          Sets the SubjectFactory responsible for creating Subject instances exposed to the application.
 



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