Class BasicAuthHeaderRemoteConnectionContext
java.lang.Object
com.ibm.rules.decisioncenter.remoting.DefaultRemoteConnectionContext
com.ibm.rules.decisioncenter.remoting.BasicAuthHeaderRemoteConnectionContext
- All Implemented Interfaces:
RemoteConnectionContext,Serializable
Represents an implementation to connect to Decision Center with login credentials and a Basic authorization header.
Useful for ODM on Cloud.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a map of key/value properties to add to the header of HTTP requestsMethods inherited from class com.ibm.rules.decisioncenter.remoting.DefaultRemoteConnectionContext
getOdmHttpClientFactory, getPassword, getUsername
-
Constructor Details
-
BasicAuthHeaderRemoteConnectionContext
-
-
Method Details
-
getHeaders
Description copied from interface:RemoteConnectionContextReturns a map of key/value properties to add to the header of HTTP requests- Specified by:
getHeadersin interfaceRemoteConnectionContext- Overrides:
getHeadersin classDefaultRemoteConnectionContext- Returns:
- A map of key/value properties
-