Uses of Class
org.jboss.security.RunAsIdentity

Packages that use RunAsIdentity
org.jboss.security The basic security interfaces and classes are now located in the jbosssx module. 
 

Uses of RunAsIdentity in org.jboss.security
 

Methods in org.jboss.security that return RunAsIdentity
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.
static RunAsIdentity SecurityAssociation.popRunAsIdentity()
          Pop the current thread of control's run-as identity.
 

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.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.