|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RunAsIdentity | |
org.jboss.ejb.plugins | Package description goes here. |
org.jboss.metadata | Package description goes here. |
org.jboss.security | The basic security interfaces and classes are now located in the jbosssx module. |
Uses of RunAsIdentity in org.jboss.ejb.plugins |
Fields in org.jboss.ejb.plugins declared as RunAsIdentity | |
protected RunAsIdentity |
SecurityInterceptor.runAsIdentity
|
protected RunAsIdentity |
RunAsSecurityInterceptor.runAsIdentity
|
protected RunAsIdentity |
JaasAuthenticationInterceptor.runAsIdentity
The run-as identity for the ejb from ejb-jar.xml |
Uses of RunAsIdentity in org.jboss.metadata |
Methods in org.jboss.metadata that return RunAsIdentity | |
RunAsIdentity |
WebMetaData.getRunAsIdentity(String servletName)
Access the RunAsIdentity associated with the given servlet |
Uses of RunAsIdentity in org.jboss.security |
Methods in org.jboss.security that return RunAsIdentity | |
static RunAsIdentity |
SecurityAssociation.popRunAsIdentity()
Pop the current thread of control's run-as identity. |
static RunAsIdentity |
SecurityAssociation.peekRunAsIdentity()
Look at the current thread of control's run-as identity on the top of the stack. |
static RunAsIdentity |
SecurityAssociation.peekRunAsIdentity(int depth)
Look at the current thread of control's run-as identity at the indicated depth. |
Methods in org.jboss.security with parameters of type RunAsIdentity | |
static void |
SecurityAssociation.pushRunAsIdentity(RunAsIdentity runAs)
Push the current thread of control's run-as identity. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |