public static enum CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod extends Enum<CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod>
Enum Constant and Description |
---|
AuthorizationHeader
Authorization header.
|
FormEncodedBody
Form encoded.
|
QueryParameter
Query parameter.
|
Modifier and Type | Method and Description |
---|---|
static CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod AuthorizationHeader
public static final CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod FormEncodedBody
public static final CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod QueryParameter
public static CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod[] values()
for (CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod c : CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod.values()) System.out.println(c);
public static CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod 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.