Class AbstractReceiverInvocationContext

    • Method Detail

      • 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)