| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSubjectFactory
Default
SubjectFactory implementation that creates DelegatingSubject
instances. |
| Modifier and Type | Field and Description |
|---|---|
protected SubjectFactory |
DefaultSecurityManager.subjectFactory |
| Modifier and Type | Method and Description |
|---|---|
SubjectFactory |
DefaultSecurityManager.getSubjectFactory()
Returns the
SubjectFactory responsible for creating Subject instances exposed to the application. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSecurityManager.setSubjectFactory(SubjectFactory subjectFactory)
Sets the
SubjectFactory responsible for creating Subject instances exposed to the application. |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.