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> |
ScpCfHttpDestination.getBasicCredentials() |
io.vavr.control.Option<BasicCredentials> |
ScpNeoHttpDestination.getBasicCredentials() |
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> |
AbstractHttpDestination.getBasicCredentials() |
io.vavr.control.Option<BasicCredentials> |
DefaultHttpDestination.getBasicCredentials() |
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.
|
ScpNeoHttpDestination.Builder |
ScpNeoHttpDestination.Builder.basicCredentials(BasicCredentials value)
Sets the credentials for accessing the destination when basic authentication is used.
|
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.basicCredentials(BasicCredentials basicCredentials)
Sets the credentials for accessing the destination when basic authentication is used.
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Try<BasicCredentials> |
BasicAuthenticationFacade.tryGetBasicCredentials()
Retrieves the username password pair and returns them as
Try.Success . |
io.vavr.control.Try<BasicCredentials> |
DefaultBasicAuthenticationFacade.tryGetBasicCredentials()
Retrieves the username password pair and returns them as
Try.Success . |
static io.vavr.control.Try<BasicCredentials> |
BasicAuthenticationAccessor.tryGetCurrentBasicCredentials()
Getter to retrieve the basic credentials given by the currently incoming request.
|
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() |
Modifier and Type | Method and Description |
---|---|
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.basicCredentials(BasicCredentials basicCredentials)
Sets the credentials for accessing the destination when basic authentication is used.
|
Modifier and Type | Method and Description |
---|---|
MockDestination.MockDestinationBuilder |
MockDestination.MockDestinationBuilder.basicAuthentication(BasicCredentials credentials)
Enables basic authentication with the given credentials.
|
MockErpDestination.MockErpDestinationBuilder |
MockErpDestination.MockErpDestinationBuilder.basicAuthentication(BasicCredentials credentials)
Enables basic authentication with the given credentials.
|
Copyright © 2021 SAP SE. All rights reserved.