Interface OAuth2OrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
OAuth2, OAuth2.Builder

public interface OAuth2OrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Leave this empty to disable OAuth2 for a specific route, using per filter config.
    Leave this empty to disable OAuth2 for a specific route, using per filter config.
    boolean
    Leave this empty to disable OAuth2 for a specific route, using per filter config.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasConfig

      boolean hasConfig()
       Leave this empty to disable OAuth2 for a specific route, using per filter config.
       
      .envoy.extensions.filters.http.oauth2.v3.OAuth2Config config = 1;
      Returns:
      Whether the config field is set.
    • getConfig

      OAuth2Config getConfig()
       Leave this empty to disable OAuth2 for a specific route, using per filter config.
       
      .envoy.extensions.filters.http.oauth2.v3.OAuth2Config config = 1;
      Returns:
      The config.
    • getConfigOrBuilder

      OAuth2ConfigOrBuilder getConfigOrBuilder()
       Leave this empty to disable OAuth2 for a specific route, using per filter config.
       
      .envoy.extensions.filters.http.oauth2.v3.OAuth2Config config = 1;