java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.envoyproxy.envoy.extensions.filters.http.oauth2.v3.CookieConfigs
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, CookieConfigsOrBuilder, Serializable

public final class CookieConfigs extends com.google.protobuf.GeneratedMessageV3 implements CookieConfigsOrBuilder
 [#next-free-field: 8]
 
Protobuf type envoy.extensions.filters.http.oauth2.v3.CookieConfigs
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasBearerTokenCookieConfig

      public boolean hasBearerTokenCookieConfig()
       Configuration for the bearer token cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig bearer_token_cookie_config = 1;
      Specified by:
      hasBearerTokenCookieConfig in interface CookieConfigsOrBuilder
      Returns:
      Whether the bearerTokenCookieConfig field is set.
    • getBearerTokenCookieConfig

      public CookieConfig getBearerTokenCookieConfig()
       Configuration for the bearer token cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig bearer_token_cookie_config = 1;
      Specified by:
      getBearerTokenCookieConfig in interface CookieConfigsOrBuilder
      Returns:
      The bearerTokenCookieConfig.
    • getBearerTokenCookieConfigOrBuilder

      public CookieConfigOrBuilder getBearerTokenCookieConfigOrBuilder()
       Configuration for the bearer token cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig bearer_token_cookie_config = 1;
      Specified by:
      getBearerTokenCookieConfigOrBuilder in interface CookieConfigsOrBuilder
    • hasOauthHmacCookieConfig

      public boolean hasOauthHmacCookieConfig()
       Configuration for the OAuth HMAC cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig oauth_hmac_cookie_config = 2;
      Specified by:
      hasOauthHmacCookieConfig in interface CookieConfigsOrBuilder
      Returns:
      Whether the oauthHmacCookieConfig field is set.
    • getOauthHmacCookieConfig

      public CookieConfig getOauthHmacCookieConfig()
       Configuration for the OAuth HMAC cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig oauth_hmac_cookie_config = 2;
      Specified by:
      getOauthHmacCookieConfig in interface CookieConfigsOrBuilder
      Returns:
      The oauthHmacCookieConfig.
    • getOauthHmacCookieConfigOrBuilder

      public CookieConfigOrBuilder getOauthHmacCookieConfigOrBuilder()
       Configuration for the OAuth HMAC cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig oauth_hmac_cookie_config = 2;
      Specified by:
      getOauthHmacCookieConfigOrBuilder in interface CookieConfigsOrBuilder
    • hasOauthExpiresCookieConfig

      public boolean hasOauthExpiresCookieConfig()
       Configuration for the OAuth expires cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig oauth_expires_cookie_config = 3;
      Specified by:
      hasOauthExpiresCookieConfig in interface CookieConfigsOrBuilder
      Returns:
      Whether the oauthExpiresCookieConfig field is set.
    • getOauthExpiresCookieConfig

      public CookieConfig getOauthExpiresCookieConfig()
       Configuration for the OAuth expires cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig oauth_expires_cookie_config = 3;
      Specified by:
      getOauthExpiresCookieConfig in interface CookieConfigsOrBuilder
      Returns:
      The oauthExpiresCookieConfig.
    • getOauthExpiresCookieConfigOrBuilder

      public CookieConfigOrBuilder getOauthExpiresCookieConfigOrBuilder()
       Configuration for the OAuth expires cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig oauth_expires_cookie_config = 3;
      Specified by:
      getOauthExpiresCookieConfigOrBuilder in interface CookieConfigsOrBuilder
    • hasIdTokenCookieConfig

      public boolean hasIdTokenCookieConfig()
       Configuration for the ID token cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig id_token_cookie_config = 4;
      Specified by:
      hasIdTokenCookieConfig in interface CookieConfigsOrBuilder
      Returns:
      Whether the idTokenCookieConfig field is set.
    • getIdTokenCookieConfig

      public CookieConfig getIdTokenCookieConfig()
       Configuration for the ID token cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig id_token_cookie_config = 4;
      Specified by:
      getIdTokenCookieConfig in interface CookieConfigsOrBuilder
      Returns:
      The idTokenCookieConfig.
    • getIdTokenCookieConfigOrBuilder

      public CookieConfigOrBuilder getIdTokenCookieConfigOrBuilder()
       Configuration for the ID token cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig id_token_cookie_config = 4;
      Specified by:
      getIdTokenCookieConfigOrBuilder in interface CookieConfigsOrBuilder
    • hasRefreshTokenCookieConfig

      public boolean hasRefreshTokenCookieConfig()
       Configuration for the refresh token cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig refresh_token_cookie_config = 5;
      Specified by:
      hasRefreshTokenCookieConfig in interface CookieConfigsOrBuilder
      Returns:
      Whether the refreshTokenCookieConfig field is set.
    • getRefreshTokenCookieConfig

      public CookieConfig getRefreshTokenCookieConfig()
       Configuration for the refresh token cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig refresh_token_cookie_config = 5;
      Specified by:
      getRefreshTokenCookieConfig in interface CookieConfigsOrBuilder
      Returns:
      The refreshTokenCookieConfig.
    • getRefreshTokenCookieConfigOrBuilder

      public CookieConfigOrBuilder getRefreshTokenCookieConfigOrBuilder()
       Configuration for the refresh token cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig refresh_token_cookie_config = 5;
      Specified by:
      getRefreshTokenCookieConfigOrBuilder in interface CookieConfigsOrBuilder
    • hasOauthNonceCookieConfig

      public boolean hasOauthNonceCookieConfig()
       Configuration for the OAuth nonce cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig oauth_nonce_cookie_config = 6;
      Specified by:
      hasOauthNonceCookieConfig in interface CookieConfigsOrBuilder
      Returns:
      Whether the oauthNonceCookieConfig field is set.
    • getOauthNonceCookieConfig

      public CookieConfig getOauthNonceCookieConfig()
       Configuration for the OAuth nonce cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig oauth_nonce_cookie_config = 6;
      Specified by:
      getOauthNonceCookieConfig in interface CookieConfigsOrBuilder
      Returns:
      The oauthNonceCookieConfig.
    • getOauthNonceCookieConfigOrBuilder

      public CookieConfigOrBuilder getOauthNonceCookieConfigOrBuilder()
       Configuration for the OAuth nonce cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig oauth_nonce_cookie_config = 6;
      Specified by:
      getOauthNonceCookieConfigOrBuilder in interface CookieConfigsOrBuilder
    • hasCodeVerifierCookieConfig

      public boolean hasCodeVerifierCookieConfig()
       Configuration for the code verifier cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig code_verifier_cookie_config = 7;
      Specified by:
      hasCodeVerifierCookieConfig in interface CookieConfigsOrBuilder
      Returns:
      Whether the codeVerifierCookieConfig field is set.
    • getCodeVerifierCookieConfig

      public CookieConfig getCodeVerifierCookieConfig()
       Configuration for the code verifier cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig code_verifier_cookie_config = 7;
      Specified by:
      getCodeVerifierCookieConfig in interface CookieConfigsOrBuilder
      Returns:
      The codeVerifierCookieConfig.
    • getCodeVerifierCookieConfigOrBuilder

      public CookieConfigOrBuilder getCodeVerifierCookieConfigOrBuilder()
       Configuration for the code verifier cookie.
       
      .envoy.extensions.filters.http.oauth2.v3.CookieConfig code_verifier_cookie_config = 7;
      Specified by:
      getCodeVerifierCookieConfigOrBuilder in interface CookieConfigsOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static CookieConfigs parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CookieConfigs parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CookieConfigs parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CookieConfigs parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CookieConfigs parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CookieConfigs parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CookieConfigs parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CookieConfigs parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static CookieConfigs parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static CookieConfigs parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CookieConfigs parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CookieConfigs parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public CookieConfigs.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static CookieConfigs.Builder newBuilder()
    • newBuilder

      public static CookieConfigs.Builder newBuilder(CookieConfigs prototype)
    • toBuilder

      public CookieConfigs.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected CookieConfigs.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static CookieConfigs getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<CookieConfigs> parser()
    • getParserForType

      public com.google.protobuf.Parser<CookieConfigs> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public CookieConfigs getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder