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_TYPEAuthenticationTypeof destination.static final DestinationPropertyKey<AuthenticationType>DestinationProperty.AUTH_TYPE_FALLBACKFallbackAuthenticationTypeof destination ifAUTH_TYPEis 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.TransparentProxyDestination.getAuthenticationType()static AuthenticationTypeAuthenticationType.ofIdentifier(String identifier) Returns theAuthenticationTypewhich equals the given identifier.static AuthenticationTypeAuthenticationType.ofIdentifierOrDefault(String identifier, AuthenticationType defaultAuthenticationType) Returns theAuthenticationTypewhich equals the given identifier, or thedefaultAuthenticationTypein case there is none.static AuthenticationTypeReturns 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 AuthenticationTypeAuthenticationType.ofIdentifierOrDefault(String identifier, AuthenticationType defaultAuthenticationType) Returns theAuthenticationTypewhich equals the given identifier, or thedefaultAuthenticationTypein case there is none.static booleanDestinationUtility.requiresUserTokenExchange(AuthenticationType authType, String systemUser) Helper method to identify if anAuthenticationTyperequires user token exchange