public interface BrowseContext extends ConnectorContext
Modifier and Type | Method and Description |
---|---|
String |
getCustomOperationType()
Returns the custom type of the operation that is currently being configured.
|
PropertyMap |
getOperationProperties()
Returns any operation properties flagged as
includeInBrowse for the current OperationType in the
connector's descriptor. |
OperationType |
getOperationType()
Returns the currently configured OperationType
|
SSLContext |
getSSLContext(PublicKeyStore publicKeyStore,
PrivateKeyStore privateKeyStore)
TODO CON-601 pull up in 2.1
Returns a
SSLContext . |
getConnectionProperties, getConnector, getConnectorCache
createTempOutputStream, getConfig, tempOutputStreamToInputStream, tempOutputStreamToPayload
OperationType getOperationType()
String getCustomOperationType()
PropertyMap getOperationProperties()
includeInBrowse
for the current OperationType in the
connector's descriptor.SSLContext getSSLContext(PublicKeyStore publicKeyStore, PrivateKeyStore privateKeyStore) throws GeneralSecurityException
SSLContext
. Passing null
for public and private key stores will make an attempt to
configure it to use trusted JVM and deployed atom certificates if called during an operation execution.GeneralSecurityException