public interface ProviderWithAudiencesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAudiences(int index)
This field overrides the one specified in the JwtProvider.
|
com.google.protobuf.ByteString |
getAudiencesBytes(int index)
This field overrides the one specified in the JwtProvider.
|
int |
getAudiencesCount()
This field overrides the one specified in the JwtProvider.
|
List<String> |
getAudiencesList()
This field overrides the one specified in the JwtProvider.
|
String |
getProviderName()
Specify a required provider name.
|
com.google.protobuf.ByteString |
getProviderNameBytes()
Specify a required provider name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProviderName()
Specify a required provider name.
string provider_name = 1;com.google.protobuf.ByteString getProviderNameBytes()
Specify a required provider name.
string provider_name = 1;List<String> getAudiencesList()
This field overrides the one specified in the JwtProvider.
repeated string audiences = 2;int getAudiencesCount()
This field overrides the one specified in the JwtProvider.
repeated string audiences = 2;String getAudiences(int index)
This field overrides the one specified in the JwtProvider.
repeated string audiences = 2;com.google.protobuf.ByteString getAudiencesBytes(int index)
This field overrides the one specified in the JwtProvider.
repeated string audiences = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.