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.
|
Modifier and Type | Method and Description |
---|---|
abstract SecurityIdentity |
SecurityContextUtil.getSecurityIdentity()
Get a holder of subject, runAs and caller RunAs
|
Modifier and Type | Method and Description |
---|---|
abstract void |
SecurityContextUtil.setSecurityIdentity(SecurityIdentity si)
Inject subject, runAs and callerRunAs into the security context
Mainly used by integration code base to cache the security identity
and put back to the security context
|
Modifier and Type | Method and Description |
---|---|
SecurityIdentity |
JBossSecurityContextUtil.getSecurityIdentity() |
Modifier and Type | Method and Description |
---|---|
void |
JBossSecurityContextUtil.setSecurityIdentity(SecurityIdentity sidentity) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.