Uses of Class
com.sap.cloud.sdk.cloudplatform.security.BasicCredentials
Package
Description
-
Uses of BasicCredentials in com.sap.cloud.sdk.cloudplatform.connectivity
Modifier and TypeMethodDescriptionio.vavr.control.Option<BasicCredentials>
DefaultHttpDestination.getBasicCredentials()
io.vavr.control.Option<BasicCredentials>
HttpDestinationProperties.getBasicCredentials()
Returns the basic credentials to be used for authentication at the remote system.Modifier and TypeMethodDescriptionDefaultHttpDestination.Builder.basicCredentials
(BasicCredentials basicCredentials) Sets the credentials for accessing the destination when basic authentication is used. -
Uses of BasicCredentials in com.sap.cloud.sdk.cloudplatform.security
Modifier and TypeMethodDescriptionio.vavr.control.Try<BasicCredentials>
BasicAuthenticationFacade.tryGetBasicCredentials()
Retrieves the username password pair and returns them asTry.Success
.io.vavr.control.Try<BasicCredentials>
DefaultBasicAuthenticationFacade.tryGetBasicCredentials()
static io.vavr.control.Try<BasicCredentials>
BasicAuthenticationAccessor.tryGetCurrentBasicCredentials()
Getter to retrieve the basic credentials given by the currently incoming request.Modifier and TypeMethodDescriptionstatic String
BasicAuthHeaderEncoder.encodeUserPasswordBase64
(BasicCredentials credentials) Encodes the given user credentials in Base64.