Class OAuth2Credentials.CookieNames
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- io.envoyproxy.envoy.extensions.filters.http.oauth2.v3.OAuth2Credentials.CookieNames
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,OAuth2Credentials.CookieNamesOrBuilder,Serializable
- Enclosing class:
- OAuth2Credentials
public static final class OAuth2Credentials.CookieNames extends com.google.protobuf.GeneratedMessageV3 implements OAuth2Credentials.CookieNamesOrBuilder
Protobuf typeenvoy.extensions.filters.http.oauth2.v3.OAuth2Credentials.CookieNames- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOAuth2Credentials.CookieNames.BuilderProtobuf typeenvoy.extensions.filters.http.oauth2.v3.OAuth2Credentials.CookieNames-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intBEARER_TOKEN_FIELD_NUMBERstatic intOAUTH_EXPIRES_FIELD_NUMBERstatic intOAUTH_HMAC_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetBearerToken()Cookie name to hold OAuth bearer token value.com.google.protobuf.ByteStringgetBearerTokenBytes()Cookie name to hold OAuth bearer token value.static OAuth2Credentials.CookieNamesgetDefaultInstance()OAuth2Credentials.CookieNamesgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()StringgetOauthExpires()Cookie name to hold OAuth expiry value.com.google.protobuf.ByteStringgetOauthExpiresBytes()Cookie name to hold OAuth expiry value.StringgetOauthHmac()Cookie name to hold OAuth HMAC value.com.google.protobuf.ByteStringgetOauthHmacBytes()Cookie name to hold OAuth HMAC value.com.google.protobuf.Parser<OAuth2Credentials.CookieNames>getParserForType()intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static OAuth2Credentials.CookieNames.BuildernewBuilder()static OAuth2Credentials.CookieNames.BuildernewBuilder(OAuth2Credentials.CookieNames prototype)OAuth2Credentials.CookieNames.BuildernewBuilderForType()protected OAuth2Credentials.CookieNames.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static OAuth2Credentials.CookieNamesparseDelimitedFrom(InputStream input)static OAuth2Credentials.CookieNamesparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OAuth2Credentials.CookieNamesparseFrom(byte[] data)static OAuth2Credentials.CookieNamesparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OAuth2Credentials.CookieNamesparseFrom(com.google.protobuf.ByteString data)static OAuth2Credentials.CookieNamesparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OAuth2Credentials.CookieNamesparseFrom(com.google.protobuf.CodedInputStream input)static OAuth2Credentials.CookieNamesparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OAuth2Credentials.CookieNamesparseFrom(InputStream input)static OAuth2Credentials.CookieNamesparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OAuth2Credentials.CookieNamesparseFrom(ByteBuffer data)static OAuth2Credentials.CookieNamesparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<OAuth2Credentials.CookieNames>parser()OAuth2Credentials.CookieNames.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
BEARER_TOKEN_FIELD_NUMBER
public static final int BEARER_TOKEN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OAUTH_HMAC_FIELD_NUMBER
public static final int OAUTH_HMAC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OAUTH_EXPIRES_FIELD_NUMBER
public static final int OAUTH_EXPIRES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getBearerToken
public String getBearerToken()
Cookie name to hold OAuth bearer token value. When the authentication server validates the client and returns an authorization token back to the OAuth filter, no matter what format that token is, if :ref:`forward_bearer_token <envoy_v3_api_field_extensions.filters.http.oauth2.v3.OAuth2Config.forward_bearer_token>` is set to true the filter will send over the bearer token as a cookie with this name to the upstream. Defaults to ``BearerToken``.
string bearer_token = 1 [(.validate.rules) = { ... }- Specified by:
getBearerTokenin interfaceOAuth2Credentials.CookieNamesOrBuilder- Returns:
- The bearerToken.
-
getBearerTokenBytes
public com.google.protobuf.ByteString getBearerTokenBytes()
Cookie name to hold OAuth bearer token value. When the authentication server validates the client and returns an authorization token back to the OAuth filter, no matter what format that token is, if :ref:`forward_bearer_token <envoy_v3_api_field_extensions.filters.http.oauth2.v3.OAuth2Config.forward_bearer_token>` is set to true the filter will send over the bearer token as a cookie with this name to the upstream. Defaults to ``BearerToken``.
string bearer_token = 1 [(.validate.rules) = { ... }- Specified by:
getBearerTokenBytesin interfaceOAuth2Credentials.CookieNamesOrBuilder- Returns:
- The bytes for bearerToken.
-
getOauthHmac
public String getOauthHmac()
Cookie name to hold OAuth HMAC value. Defaults to ``OauthHMAC``.
string oauth_hmac = 2 [(.validate.rules) = { ... }- Specified by:
getOauthHmacin interfaceOAuth2Credentials.CookieNamesOrBuilder- Returns:
- The oauthHmac.
-
getOauthHmacBytes
public com.google.protobuf.ByteString getOauthHmacBytes()
Cookie name to hold OAuth HMAC value. Defaults to ``OauthHMAC``.
string oauth_hmac = 2 [(.validate.rules) = { ... }- Specified by:
getOauthHmacBytesin interfaceOAuth2Credentials.CookieNamesOrBuilder- Returns:
- The bytes for oauthHmac.
-
getOauthExpires
public String getOauthExpires()
Cookie name to hold OAuth expiry value. Defaults to ``OauthExpires``.
string oauth_expires = 3 [(.validate.rules) = { ... }- Specified by:
getOauthExpiresin interfaceOAuth2Credentials.CookieNamesOrBuilder- Returns:
- The oauthExpires.
-
getOauthExpiresBytes
public com.google.protobuf.ByteString getOauthExpiresBytes()
Cookie name to hold OAuth expiry value. Defaults to ``OauthExpires``.
string oauth_expires = 3 [(.validate.rules) = { ... }- Specified by:
getOauthExpiresBytesin interfaceOAuth2Credentials.CookieNamesOrBuilder- Returns:
- The bytes for oauthExpires.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static OAuth2Credentials.CookieNames parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OAuth2Credentials.CookieNames parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OAuth2Credentials.CookieNames parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OAuth2Credentials.CookieNames parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OAuth2Credentials.CookieNames parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OAuth2Credentials.CookieNames parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OAuth2Credentials.CookieNames parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static OAuth2Credentials.CookieNames parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static OAuth2Credentials.CookieNames parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static OAuth2Credentials.CookieNames parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static OAuth2Credentials.CookieNames parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static OAuth2Credentials.CookieNames parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public OAuth2Credentials.CookieNames.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static OAuth2Credentials.CookieNames.Builder newBuilder()
-
newBuilder
public static OAuth2Credentials.CookieNames.Builder newBuilder(OAuth2Credentials.CookieNames prototype)
-
toBuilder
public OAuth2Credentials.CookieNames.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected OAuth2Credentials.CookieNames.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static OAuth2Credentials.CookieNames getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<OAuth2Credentials.CookieNames> parser()
-
getParserForType
public com.google.protobuf.Parser<OAuth2Credentials.CookieNames> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public OAuth2Credentials.CookieNames getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-