Uses of Enum Class
com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
Packages that use AuthenticationType
-
Uses of AuthenticationType in com.sap.cloud.sdk.cloudplatform.connectivity
Fields in com.sap.cloud.sdk.cloudplatform.connectivity with type parameters of type AuthenticationTypeModifier and TypeFieldDescriptionstatic final DestinationPropertyKey<AuthenticationType>
DestinationProperty.AUTH_TYPE
AuthenticationType
of destination.static final DestinationPropertyKey<AuthenticationType>
DestinationProperty.AUTH_TYPE_FALLBACK
FallbackAuthenticationType
of destination ifAUTH_TYPE
is not supported.Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return AuthenticationTypeModifier and TypeMethodDescriptionDefaultHttpDestination.getAuthenticationType()
HttpDestinationProperties.getAuthenticationType()
Returns the authentication type to be expected when authenticating at the remote system.static AuthenticationType
AuthenticationType.ofIdentifier
(String identifier) Returns theAuthenticationType
which equals the given identifier.static AuthenticationType
AuthenticationType.ofIdentifierOrDefault
(String identifier, AuthenticationType defaultAuthenticationType) Returns theAuthenticationType
which equals the given identifier, or thedefaultAuthenticationType
in case there is none.static AuthenticationType
Returns the enum constant of this class with the specified name.static AuthenticationType[]
AuthenticationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type AuthenticationTypeModifier and TypeMethodDescriptionDefaultHttpDestination.Builder.authenticationType
(AuthenticationType authenticationType) Sets the expected authentication type of theDefaultHttpDestination
.static AuthenticationType
AuthenticationType.ofIdentifierOrDefault
(String identifier, AuthenticationType defaultAuthenticationType) Returns theAuthenticationType
which equals the given identifier, or thedefaultAuthenticationType
in case there is none.static boolean
DestinationUtility.requiresUserTokenExchange
(AuthenticationType authType, String systemUser) Helper method to identify if anAuthenticationType
requires user token exchange