org.jboss.ejb3.security
Class RoleBasedAuthorizationInterceptorFactory

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

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

Role Based AuthorizationInterceptor factory


Constructor Summary
RoleBasedAuthorizationInterceptorFactory()
           
 
Method Summary
 java.lang.Object createPerClass(org.jboss.aop.Advisor advisor)
           
 
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

RoleBasedAuthorizationInterceptorFactory

public RoleBasedAuthorizationInterceptorFactory()
Method Detail

createPerClass

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