public interface ContextProperties
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
APPLICATION_SUBJECTS
The set of subjects provided by the calling application in two situations:
When running in Delegate mode.
When the Agent subjects need to come from sources
external to the message headers and payload.
Type should be Map
|
static java.lang.String |
HTTP_METHOD
The name of the property in HTTP Exchanges that holds the HTTP
method.
|
static java.lang.String |
HTTP_REMOTE_URL
The name of the property holding the client address as a URL.
|
static java.lang.String |
HTTP_REQUEST_LINE
The name of the property holding the HTTP request line.
|
static java.lang.String |
HTTP_REQUESTED_URL
The name of the propert holding the URL requested by the client.
|
static java.lang.String |
HTTP_STATUS_CODE
The name of the property that holds the HTTP response status code (if present)
|
static java.lang.String |
HTTP_VERSION
The name of the property in HTTP IMessageExchanges that holds the HTTP
version.
|
static java.lang.String |
HTTP_X509_CERT
The name of the property holding the incoming client certificates, if any.
|
static java.lang.String |
JMS_DESTINATION_NAME
The name of the property that contains the JMS destination name
|
static java.lang.String |
JMS_URL
The name of the property that holds the JMS URL string.
|
static java.lang.String |
PROTOCOL_HEADERS
The NormalizedMessage property that holds the protocol headers.
|
static java.lang.String |
SERVICE_BINDING_IDENTIFIER
The binding identifier to be used to locate the service being called
in Delegate mode or to bind the Agent to the service being called.
|
static final java.lang.String HTTP_METHOD
static final java.lang.String HTTP_VERSION
static final java.lang.String HTTP_X509_CERT
static final java.lang.String HTTP_REMOTE_URL
static final java.lang.String HTTP_REQUESTED_URL
static final java.lang.String HTTP_STATUS_CODE
static final java.lang.String HTTP_REQUEST_LINE
static final java.lang.String PROTOCOL_HEADERS
static final java.lang.String APPLICATION_SUBJECTS
static final java.lang.String SERVICE_BINDING_IDENTIFIER
static final java.lang.String JMS_URL
static final java.lang.String JMS_DESTINATION_NAME
?? 2022 Perforce Software, All rights reserved
This software is the confidential and proprietary information of Perforce, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Perforce, Inc.