Package org.jboss.ejb.client
Class EJBReceiverSessionCreationContext
java.lang.Object
org.jboss.ejb.client.AbstractReceiverInvocationContext
org.jboss.ejb.client.EJBReceiverSessionCreationContext
The session creation context for a selected receiver.
- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.security.auth.client.AuthenticationContextGet the authentication context of the request.Get the invocation context associated with this receiver invocation context.
-
Method Details
-
getClientInvocationContext
Description copied from class:AbstractReceiverInvocationContextGet the invocation context associated with this receiver invocation context.- Specified by:
getClientInvocationContextin classAbstractReceiverInvocationContext- Returns:
- the invocation context
-
getAuthenticationContext
public org.wildfly.security.auth.client.AuthenticationContext getAuthenticationContext()Description copied from class:AbstractReceiverInvocationContextGet the authentication context of the request. The configuration may be associated with the proxy, or it may have been inherited from the environment.- Specified by:
getAuthenticationContextin classAbstractReceiverInvocationContext- Returns:
- the authentication configuration of the request (not
null)
-