Package org.jboss.as.ejb3.security
Class IdentityInterceptor
- java.lang.Object
-
- org.jboss.as.ejb3.security.IdentityInterceptor
-
- All Implemented Interfaces:
org.jboss.invocation.Interceptor
public final class IdentityInterceptor extends Object implements org.jboss.invocation.Interceptor
AnInterceptorthat will always runAs the currentSecurityIdentityto activate any outflow identities.- Author:
- Farah Juma
-
-
Field Summary
Fields Modifier and Type Field Description static IdentityInterceptorINSTANCE
-
Constructor Summary
Constructors Constructor Description IdentityInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectprocessInvocation(org.jboss.invocation.InterceptorContext context)
-
-
-
Field Detail
-
INSTANCE
public static final IdentityInterceptor INSTANCE
-
-