Uses of Class
org.jboss.security.SecurityIdentity
-
Packages that use SecurityIdentity 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. -
-
Uses of SecurityIdentity in org.jboss.security
Methods in org.jboss.security that return SecurityIdentity Modifier and Type Method Description abstract SecurityIdentity
SecurityContextUtil. getSecurityIdentity()
Get a holder of subject, runAs and caller RunAsMethods in org.jboss.security with parameters of type SecurityIdentity Modifier and Type Method 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 -
Uses of SecurityIdentity in org.jboss.security.plugins
Methods in org.jboss.security.plugins that return SecurityIdentity Modifier and Type Method Description SecurityIdentity
JBossSecurityContextUtil. getSecurityIdentity()
Methods in org.jboss.security.plugins with parameters of type SecurityIdentity Modifier and Type Method Description void
JBossSecurityContextUtil. setSecurityIdentity(SecurityIdentity sidentity)
-