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
  • Field Details

  • Constructor Details

    • IdentityEJBClientInterceptor

      public IdentityEJBClientInterceptor()
  • Method Details

    • handleInvocation

      public void handleInvocation(org.jboss.ejb.client.EJBClientInvocationContext context) throws Exception
      Specified by:
      handleInvocation in interface org.jboss.ejb.client.EJBClientInterceptor
      Throws:
      Exception
    • handleInvocationResult

      public Object handleInvocationResult(org.jboss.ejb.client.EJBClientInvocationContext context) throws Exception
      Specified by:
      handleInvocationResult in interface org.jboss.ejb.client.EJBClientInterceptor
      Throws:
      Exception