Package | Description |
---|---|
org.jboss.security |
The basic security interfaces and classes are now located in the
jbosssx module.
|
org.jboss.security.plugins |
Security plugins have moved to the jbosssx cvs module.
|
org.picketbox.factories | |
org.picketbox.plugins |
Modifier and Type | Method and Description |
---|---|
ISecurityManagement |
SecurityContext.getSecurityManagement()
Get the SecurityManagement object to get hold of the various
managers
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityContext.setSecurityManagement(ISecurityManagement ism)
Set the SecurityManagement holder
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSecurityManagement
The Default Security Management class that instantiates the standard
Security Managers (Authentication, Authorization, Audit, Mapping,IdentityTrust etc)
|
Modifier and Type | Field and Description |
---|---|
protected ISecurityManagement |
JBossSecurityContext.iSecurityManagement |
Modifier and Type | Method and Description |
---|---|
ISecurityManagement |
JBossSecurityContext.getSecurityManagement() |
Modifier and Type | Method and Description |
---|---|
void |
JBossSecuritySubjectFactory.setSecurityManagement(ISecurityManagement securityManagement)
Sets the
ISecurityManagement implementation to be used. |
void |
JBossSecurityContext.setSecurityManagement(ISecurityManagement securityManagement) |
Modifier and Type | Method and Description |
---|---|
static ISecurityManagement |
SecurityFactory.getSecurityManagement()
Get the
ISecurityManagement interface |
Modifier and Type | Method and Description |
---|---|
static void |
SecurityFactory.setSecurityManagement(ISecurityManagement iSecurityManagement)
Set
ISecurityManagement |
Modifier and Type | Class and Description | ||
---|---|---|---|
class |
PicketBoxSecurityManagement
Default Implementation of the ISecurityManagement interface
class SecurityFactorySecurityManagement
A
ISecurityManagement implementation that delegates to the instance registered with the SecurityFactory . |
Copyright © 2017 JBoss by Red Hat. All rights reserved.