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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OAuth2ConfiggetConfig()Leave this empty to disable OAuth2 for a specific route, using per filter config.OAuth2ConfigOrBuildergetConfigOrBuilder()Leave this empty to disable OAuth2 for a specific route, using per filter config.booleanhasConfig()Leave this empty to disable OAuth2 for a specific route, using per filter config.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-