Package org.jboss.as.ejb3.security
Class IdentityOutflowInterceptorFactory
- java.lang.Object
-
- org.jboss.as.ee.component.ComponentInterceptorFactory
-
- org.jboss.as.ejb3.security.IdentityOutflowInterceptorFactory
-
- All Implemented Interfaces:
org.jboss.invocation.InterceptorFactory
public class IdentityOutflowInterceptorFactory extends ComponentInterceptorFactory
- Author:
- Farah Juma
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.invocation.InterceptorFactoryINSTANCE
-
Constructor Summary
Constructors Constructor Description IdentityOutflowInterceptorFactory()IdentityOutflowInterceptorFactory(String category, org.wildfly.security.authz.RoleMapper roleMapper)
-
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
-
-
-
-
Constructor Detail
-
IdentityOutflowInterceptorFactory
public IdentityOutflowInterceptorFactory()
-
IdentityOutflowInterceptorFactory
public IdentityOutflowInterceptorFactory(String category, org.wildfly.security.authz.RoleMapper roleMapper)
-
-
Method Detail
-
create
protected org.jboss.invocation.Interceptor create(Component component, org.jboss.invocation.InterceptorFactoryContext context)
- Specified by:
createin classComponentInterceptorFactory
-
-