Class SecurityDomainInterceptorFactory

java.lang.Object
org.jboss.as.ee.component.ComponentInterceptorFactory
org.jboss.as.ejb3.security.SecurityDomainInterceptorFactory
All Implemented Interfaces:
org.jboss.invocation.InterceptorFactory

public class SecurityDomainInterceptorFactory extends org.jboss.as.ee.component.ComponentInterceptorFactory
Author:
Farah Juma
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.jboss.invocation.InterceptorFactory
     

    Fields inherited from interface org.jboss.invocation.InterceptorFactory

    EMPTY_ARRAY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.jboss.invocation.Interceptor
    create(org.jboss.as.ee.component.Component component, org.jboss.invocation.InterceptorFactoryContext context)
     

    Methods inherited from class org.jboss.as.ee.component.ComponentInterceptorFactory

    create

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • INSTANCE

      public static final org.jboss.invocation.InterceptorFactory INSTANCE
  • Constructor Details

    • SecurityDomainInterceptorFactory

      public SecurityDomainInterceptorFactory()
  • Method Details

    • create

      protected org.jboss.invocation.Interceptor create(org.jboss.as.ee.component.Component component, org.jboss.invocation.InterceptorFactoryContext context)
      Specified by:
      create in class org.jboss.as.ee.component.ComponentInterceptorFactory