public interface Data
This interface is implemented by z/OS Connect.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthorizationAdminGroupName()
Returns the configured administrator group name to be used for authorization validation.
|
java.lang.String |
getAuthorizationInvokeGroupName()
Returns the configured invoke group name to be used for authorization validation.
|
java.lang.String |
getAuthorizationOperationsGroupName()
Returns the configured operations group name to be used for authorization validation.
|
java.lang.String |
getInputPayload()
Returns a String representation of a input payload.
|
boolean |
getInterceptorPreInvokeFailed()
Returns a boolean value indicating that an exception was thrown by an interceptor.
|
java.lang.String |
getOutputPayload()
Returns a String representation of a output payload.
|
byte[] |
getRequestID()
Returns a 23 byte request ID.
|
java.lang.String |
getServiceDescription()
Returns the configured description of the service associated with the request.
|
java.lang.String |
getServiceGroupingName()
Returns the configured grouping name that can be used to associate a set of services together.
|
java.lang.String |
getServiceName()
Returns the service name associated to the request.
|
boolean |
isDataTranformationAvailable()
Returns a boolean value indicating that a data transformation service is available for the request.
|
java.lang.String getInputPayload()
java.lang.String getOutputPayload()
java.lang.String getServiceName()
java.lang.String getServiceDescription()
java.lang.String getServiceGroupingName()
java.lang.String getAuthorizationAdminGroupName()
java.lang.String getAuthorizationOperationsGroupName()
java.lang.String getAuthorizationInvokeGroupName()
boolean getInterceptorPreInvokeFailed()
boolean isDataTranformationAvailable()
byte[] getRequestID()