站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

Uses of Class org.jboss.security.RunAsIdentity (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


Uses of Class
org.jboss.security.RunAsIdentity

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.
 



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