Enum OAuth2.AuthType
java.lang.Object
java.lang.Enum<OAuth2.AuthType>
io.envoyproxy.envoy.extensions.http.injected_credentials.oauth2.v3.OAuth2.AuthType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<OAuth2.AuthType>,java.lang.constant.Constable
- Enclosing class:
- OAuth2
public static enum OAuth2.AuthType
extends Enum<OAuth2.AuthType>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
envoy.extensions.http.injected_credentials.oauth2.v3.OAuth2.AuthType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe ``client_id`` and ``client_secret`` will be sent using HTTP Basic authentication scheme.The ``client_id`` and ``client_secret`` will be sent in the URL encoded request body. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe ``client_id`` and ``client_secret`` will be sent using HTTP Basic authentication scheme.static final intThe ``client_id`` and ``client_secret`` will be sent in the URL encoded request body. -
Method Summary
Modifier and TypeMethodDescriptionstatic OAuth2.AuthTypeforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<OAuth2.AuthType>static OAuth2.AuthTypevalueOf(int value) Deprecated.static OAuth2.AuthTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static OAuth2.AuthTypeReturns the enum constant of this type with the specified name.static OAuth2.AuthType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BASIC_AUTH
The ``client_id`` and ``client_secret`` will be sent using HTTP Basic authentication scheme.
BASIC_AUTH = 0; -
URL_ENCODED_BODY
The ``client_id`` and ``client_secret`` will be sent in the URL encoded request body. This type should only be used when Auth server does not support Basic authentication.
URL_ENCODED_BODY = 1; -
UNRECOGNIZED
-
-
Field Details
-
BASIC_AUTH_VALUE
public static final int BASIC_AUTH_VALUEThe ``client_id`` and ``client_secret`` will be sent using HTTP Basic authentication scheme.
BASIC_AUTH = 0;- See Also:
-
URL_ENCODED_BODY_VALUE
public static final int URL_ENCODED_BODY_VALUEThe ``client_id`` and ``client_secret`` will be sent in the URL encoded request body. This type should only be used when Auth server does not support Basic authentication.
URL_ENCODED_BODY = 1;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-