| Package | Description |
|---|---|
| com.sap.cloud.sdk.cloudplatform.connectivity |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
AbstractHttpDestination.getAuthenticationType() |
AuthenticationType |
DefaultHttpDestination.getAuthenticationType()
Returns the authentication type to be expected when authenticating at the remote system.
|
AuthenticationType |
HttpDestinationProperties.getAuthenticationType()
Returns the authentication type to be expected when authenticating at the remote system.
|
static AuthenticationType |
AuthenticationType.ofIdentifier(String identifier)
Returns the
AuthenticationType which equals the given identifier. |
static AuthenticationType |
AuthenticationType.ofIdentifierOrDefault(String identifier,
AuthenticationType defaultAuthenticationType)
Returns the
AuthenticationType which equals the given identifier, or the
defaultAuthenticationType in case there is none. |
static AuthenticationType |
AuthenticationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationType[] |
AuthenticationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultHttpDestination.Builder |
DefaultHttpDestination.Builder.authenticationType(AuthenticationType authenticationType)
Sets the expected authentication type of the
DefaultHttpDestination. |
static AuthenticationType |
AuthenticationType.ofIdentifierOrDefault(String identifier,
AuthenticationType defaultAuthenticationType)
Returns the
AuthenticationType which equals the given identifier, or the
defaultAuthenticationType in case there is none. |
Copyright © 2021 SAP SE. All rights reserved.