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
An
EJBClientInterceptor that will always runAs the current SecurityIdentity
to activate any outflow identities.- Author:
- Farah Juma
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.ejb.client.EJBClientInterceptor
org.jboss.ejb.client.EJBClientInterceptor.Registration -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleInvocation(org.jboss.ejb.client.EJBClientInvocationContext context) handleInvocationResult(org.jboss.ejb.client.EJBClientInvocationContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.ejb.client.EJBClientInterceptor
handleSessionCreation
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
IdentityEJBClientInterceptor
public IdentityEJBClientInterceptor()
-
-
Method Details
-
handleInvocation
public void handleInvocation(org.jboss.ejb.client.EJBClientInvocationContext context) throws Exception - Specified by:
handleInvocationin interfaceorg.jboss.ejb.client.EJBClientInterceptor- Throws:
Exception
-
handleInvocationResult
public Object handleInvocationResult(org.jboss.ejb.client.EJBClientInvocationContext context) throws Exception - Specified by:
handleInvocationResultin interfaceorg.jboss.ejb.client.EJBClientInterceptor- Throws:
Exception
-