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 TypeMethodDescriptionLeave 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.booleanLeave this empty to disable OAuth2 for a specific route, using per filter config.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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;
-