Uses of Class
com.sap.cloud.sdk.cloudplatform.security.BasicCredentials
Packages that use BasicCredentials
Package
Description
-
Uses of BasicCredentials in com.sap.cloud.sdk.cloudplatform.connectivity
Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return types with arguments of type BasicCredentialsModifier 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.Methods in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type BasicCredentialsModifier 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
Methods in com.sap.cloud.sdk.cloudplatform.security that return types with arguments of type BasicCredentialsModifier 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.Methods in com.sap.cloud.sdk.cloudplatform.security with parameters of type BasicCredentialsModifier and TypeMethodDescriptionstatic String
BasicAuthHeaderEncoder.encodeUserPasswordBase64
(BasicCredentials credentials) Encodes the given user credentials in Base64.