Package org.jboss.as.ejb3.security
Class IdentityInterceptor
java.lang.Object
org.jboss.as.ejb3.security.IdentityInterceptor
- All Implemented Interfaces:
org.jboss.invocation.Interceptor
An
Interceptor that will always runAs the current SecurityIdentity
to activate any outflow identities.- Author:
- Farah Juma
-
Field Summary
FieldsFields inherited from interface org.jboss.invocation.Interceptor
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocessInvocation(org.jboss.invocation.InterceptorContext context)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
IdentityInterceptor
public IdentityInterceptor()
-
-
Method Details
-
processInvocation
- Specified by:
processInvocationin interfaceorg.jboss.invocation.Interceptor- Throws:
Exception
-