Package org.jboss.as.ejb3.security
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 ComponentInterceptorFactory
- Author:
- Farah Juma
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.invocation.InterceptorFactoryINSTANCE
-
Constructor Summary
Constructors Constructor Description SecurityDomainInterceptorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.jboss.invocation.Interceptorcreate(Component component, org.jboss.invocation.InterceptorFactoryContext context)-
Methods inherited from class org.jboss.as.ee.component.ComponentInterceptorFactory
create
-
-
-
-
Method Detail
-
create
protected org.jboss.invocation.Interceptor create(Component component, org.jboss.invocation.InterceptorFactoryContext context)
- Specified by:
createin classComponentInterceptorFactory
-
-