Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity | |
com.sap.cloud.sdk.cloudplatform.security | |
com.sap.cloud.sdk.s4hana.connectivity | |
com.sap.cloud.sdk.testutil |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<BasicCredentials> |
HttpDestinationProperties.getBasicCredentials()
Returns the basic credentials to be used for authentication at the remote system.
|
io.vavr.control.Option<BasicCredentials> |
DefaultHttpDestination.getBasicCredentials()
Returns the basic credentials to be used for authentication at the remote system.
|
io.vavr.control.Option<BasicCredentials> |
ScpCfHttpDestination.getBasicCredentials() |
io.vavr.control.Option<BasicCredentials> |
ClientCredentialsHttpDestination.getBasicCredentials()
Returns the basic credentials to be used for authentication at the remote system.
|
io.vavr.control.Option<BasicCredentials> |
ScpNeoHttpDestination.getBasicCredentials()
The Basic Credentials of the destination.
|
Modifier and Type | Method and Description |
---|---|
ScpCfHttpDestination.Builder |
ScpCfHttpDestination.Builder.basicCredentials(BasicCredentials value)
Sets the credentials for accessing the destination when basic authentication is used.
|
Modifier and Type | Method and Description |
---|---|
static String |
BasicAuthHeaderEncoder.encodeUserPasswordBase64(BasicCredentials credentials)
Encodes the given user credentials in Base64.
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<BasicCredentials> |
DefaultErpHttpDestination.getBasicCredentials()
Returns the basic credentials to be used for authentication at the remote system.
|
Modifier and Type | Method and Description |
---|---|
MockErpDestination.MockErpDestinationBuilder |
MockErpDestination.MockErpDestinationBuilder.basicAuthentication(BasicCredentials credentials)
Enables basic authentication with the given credentials.
|
MockDestination.MockDestinationBuilder |
MockDestination.MockDestinationBuilder.basicAuthentication(BasicCredentials credentials)
Enables basic authentication with the given credentials.
|
Copyright © 2019 SAP SE. All rights reserved.