Uses of Enum Class
com.sap.cloud.sdk.cloudplatform.connectivity.SecurityConfigurationStrategy
-
Uses of SecurityConfigurationStrategy in com.sap.cloud.sdk.cloudplatform.connectivity
Modifier and TypeMethodDescriptionSecurityConfigurationStrategy.getDefault()
Returns the default value for theSecurityConfigurationStrategy
.DefaultHttpDestination.getSecurityConfigurationStrategy()
default SecurityConfigurationStrategy
HttpDestinationProperties.getSecurityConfigurationStrategy()
Defines from how theSSLContext
for outbound HTTP calls via this destination is determined from.SecurityConfigurationStrategy.ofIdentifierOrDefault
(String identifier) Returns theSecurityConfigurationStrategy
which equals the given identifier, or thegetDefault()
in case the providedidentifier
isnull
.Returns the enum constant of this class with the specified name.static SecurityConfigurationStrategy[]
SecurityConfigurationStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDefaultHttpDestination.Builder.securityConfiguration
(SecurityConfigurationStrategy securityConfigurationStrategy) Sets theSecurityConfigurationStrategy
for outbound calls via this Destination to decide if theSSLContext
should be derived from the Destination Configuration or from the cloud platform (i.e. the environment).