| Package | Description |
|---|---|
| org.apache.shiro.cas | |
| 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. |
| org.apache.shiro.web.mgt |
Components supporting web-specific
SecurityManager implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
CasSubjectFactory
Deprecated.
replaced with Shiro integration in buji-pac4j.
|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWebSubjectFactory
A
SubjectFactory implementation that creates WebDelegatingSubject instances. |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.