FileDocCategorySizeDatePackage
RunAsSecurityInterceptor.javaAPI DocJBoss 4.2.12092Fri Jul 13 20:53:52 BST 2007org.jboss.ejb3.security

RunAsSecurityInterceptor

public class RunAsSecurityInterceptor extends org.jboss.aspects.security.RunAsSecurityInterceptor
An interceptor that enforces the run-as identity declared by a bean.
author
Bill Burke.
version
$Revision: 60233 $

Fields Summary
private static final Logger
log
private org.jboss.security.RunAsIdentity
runAsIdentity
Constructors Summary
public RunAsSecurityInterceptor(org.jboss.security.AuthenticationManager manager, org.jboss.security.RealmMapping realmMapping, org.jboss.security.RunAsIdentity id)


         
   
      super(manager, realmMapping);
      this.runAsIdentity = id; 
   
Methods Summary
protected org.jboss.security.RunAsIdentitygetRunAsIdentity(org.jboss.aop.joinpoint.Invocation invocation)

      return runAsIdentity;
   
public java.lang.Objectinvoke(org.jboss.aop.joinpoint.Invocation invocation)

 
      return super.invoke(invocation);