Class AbstractReceiverInvocationContext

java.lang.Object
org.jboss.ejb.client.AbstractReceiverInvocationContext
Direct Known Subclasses:
EJBReceiverInvocationContext, EJBReceiverSessionCreationContext

public abstract class AbstractReceiverInvocationContext extends Object
The base class of receiver invocation contexts.
Author:
David M. Lloyd
  • Method Details

    • getClientInvocationContext

      public abstract AbstractInvocationContext getClientInvocationContext()
      Get the invocation context associated with this receiver invocation context.
      Returns:
      the invocation context
    • getAuthenticationContext

      public abstract org.wildfly.security.auth.client.AuthenticationContext getAuthenticationContext()
      Get the authentication context of the request. The configuration may be associated with the proxy, or it may have been inherited from the environment.
      Returns:
      the authentication configuration of the request (not null)