org.jboss.ejb3.security
Class RunAsSecurityInterceptorFactory

java.lang.Object
  extended by org.jboss.ejb3.security.PerClassAspectFactoryAdaptor
      extended by org.jboss.ejb3.security.RunAsSecurityInterceptorFactory
All Implemented Interfaces:
org.jboss.aop.advice.AspectFactory

public class RunAsSecurityInterceptorFactory
extends PerClassAspectFactoryAdaptor
implements org.jboss.aop.advice.AspectFactory

RunAs interceptor factory

Version:
$Revision: 74440 $
Author:
Bill Burke, Anil.Saldhana@jboss.org

Constructor Summary
RunAsSecurityInterceptorFactory()
           
 
Method Summary
 Object createPerClass(org.jboss.aop.Advisor advisor)
           
protected  org.jboss.security.RunAsIdentity getRunAsIdentity(EJBContainer container)
           
 
Methods inherited from class org.jboss.ejb3.security.PerClassAspectFactoryAdaptor
createPerInstance, createPerJoinpoint, createPerJoinpoint, createPerVM, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.aop.advice.AspectFactory
createPerInstance, createPerJoinpoint, createPerJoinpoint, createPerVM, getName
 

Constructor Detail

RunAsSecurityInterceptorFactory

public RunAsSecurityInterceptorFactory()
Method Detail

getRunAsIdentity

protected org.jboss.security.RunAsIdentity getRunAsIdentity(EJBContainer container)

createPerClass

public Object createPerClass(org.jboss.aop.Advisor advisor)
Specified by:
createPerClass in interface org.jboss.aop.advice.AspectFactory
Specified by:
createPerClass in class PerClassAspectFactoryAdaptor


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.