public static enum CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod extends Enum<CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod>
Enum Constant and Description |
---|
HMAC_SHA1
HMAC-SHA1 signature method.
|
PLAINTEXT
PLAINTEXT signature method.
|
Modifier and Type | Method and Description |
---|---|
static CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod HMAC_SHA1
public static final CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod PLAINTEXT
public static CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod[] values()
for (CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod c : CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod.values()) System.out.println(c);
public static CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod 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 nullCopyright © 2023 Denodo Technologies. All rights reserved.