Class 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
    • Constructor Detail

      • IdentityEJBClientInterceptor

        public IdentityEJBClientInterceptor()
    • Method Detail

      • 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