Uses of Interface
com.sap.cloud.sdk.cloudplatform.security.Credentials
Package
Description
-
Uses of Credentials in com.sap.cloud.sdk.cloudplatform.connectivity
Modifier and TypeMethodDescriptionio.vavr.control.Option<Credentials>
ProxyConfiguration.getCredentials()
Getter for the credentials, wrapped in anOption
, as it may be null.Modifier and TypeMethodDescriptionstatic ProxyConfiguration
ProxyConfiguration.of
(String uri, Credentials credentials) Static factory to create a configuration based on an URI (as a String) and credentials.static ProxyConfiguration
ProxyConfiguration.of
(URI uri, Credentials credentials) Static factory to create a configuration based on an URI and credentials.ModifierConstructorDescriptionProxyConfiguration
(URI uri, Credentials credentials) Creates a configuration based on the given URI and credentials. -
Uses of Credentials in com.sap.cloud.sdk.cloudplatform.security
Modifier and TypeClassDescriptionclass
Simple credential implementation based on a username and password.class
Simple credential implementation based on a single token.final class
Simple credential implementation based on a clientId and certificate.class
Simple credential implementation based on a clientId and clientSecret.class
Empty implementation of theCredentials
interface to be used for a user having no credentials.