Package org.jboss.as.ejb3.security
Class IdentityEJBClientInterceptor
- java.lang.Object
-
- org.jboss.as.ejb3.security.IdentityEJBClientInterceptor
-
- All Implemented Interfaces:
org.jboss.ejb.client.EJBClientInterceptor
public final class IdentityEJBClientInterceptor extends Object implements org.jboss.ejb.client.EJBClientInterceptor
AnEJBClientInterceptorthat will always runAs the currentSecurityIdentityto activate any outflow identities.- Author:
- Farah Juma
-
-
Field Summary
Fields Modifier and Type Field Description static IdentityEJBClientInterceptorINSTANCE
-
Constructor Summary
Constructors Constructor Description IdentityEJBClientInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleInvocation(org.jboss.ejb.client.EJBClientInvocationContext context)ObjecthandleInvocationResult(org.jboss.ejb.client.EJBClientInvocationContext context)
-
-
-
Field Detail
-
INSTANCE
public static final IdentityEJBClientInterceptor INSTANCE
-
-