Package org.jboss.ejb.client
Class AbstractReceiverInvocationContext
java.lang.Object
org.jboss.ejb.client.AbstractReceiverInvocationContext
- Direct Known Subclasses:
EJBReceiverInvocationContext,EJBReceiverSessionCreationContext
The base class of receiver invocation contexts.
- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptionabstract org.wildfly.security.auth.client.AuthenticationContextGet the authentication context of the request.abstract AbstractInvocationContextGet the invocation context associated with this receiver invocation context.
-
Method Details
-
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)
-