@Beta public enum SecurityConfigurationStrategy extends Enum<SecurityConfigurationStrategy>
HttpDestination allows setting a key store and/or a trust store.
The CloudPlatform may have platform-specific security settings managed by the infrastructure.| Enum Constant and Description |
|---|
FROM_DESTINATION
The HTTP Security Configuration is taken from configuration of the
HttpDestination. |
FROM_PLATFORM
The HTTP Security Configuration is taken from the
CloudPlatform. |
| Modifier and Type | Method and Description |
|---|---|
static SecurityConfigurationStrategy |
getDefault()
Returns the default value for the
SecurityConfigurationStrategy. |
static SecurityConfigurationStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityConfigurationStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityConfigurationStrategy FROM_DESTINATION
HttpDestination.public static final SecurityConfigurationStrategy FROM_PLATFORM
CloudPlatform.public static SecurityConfigurationStrategy[] values()
for (SecurityConfigurationStrategy c : SecurityConfigurationStrategy.values()) System.out.println(c);
public static SecurityConfigurationStrategy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static SecurityConfigurationStrategy getDefault()
SecurityConfigurationStrategy.Copyright © 2021 SAP SE. All rights reserved.