Interface ProviderWithAudiencesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProviderWithAudiences,ProviderWithAudiences.Builder
public interface ProviderWithAudiencesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAudiences(int index)This field overrides the one specified in the JwtProvider.com.google.protobuf.ByteStringgetAudiencesBytes(int index)This field overrides the one specified in the JwtProvider.intgetAudiencesCount()This field overrides the one specified in the JwtProvider.List<String>getAudiencesList()This field overrides the one specified in the JwtProvider.StringgetProviderName()Specify a required provider name.com.google.protobuf.ByteStringgetProviderNameBytes()Specify a required provider name.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProviderName
String getProviderName()
Specify a required provider name.
string provider_name = 1;- Returns:
- The providerName.
-
getProviderNameBytes
com.google.protobuf.ByteString getProviderNameBytes()
Specify a required provider name.
string provider_name = 1;- Returns:
- The bytes for providerName.
-
getAudiencesList
List<String> getAudiencesList()
This field overrides the one specified in the JwtProvider.
repeated string audiences = 2;- Returns:
- A list containing the audiences.
-
getAudiencesCount
int getAudiencesCount()
This field overrides the one specified in the JwtProvider.
repeated string audiences = 2;- Returns:
- The count of audiences.
-
getAudiences
String getAudiences(int index)
This field overrides the one specified in the JwtProvider.
repeated string audiences = 2;- Parameters:
index- The index of the element to return.- Returns:
- The audiences at the given index.
-
getAudiencesBytes
com.google.protobuf.ByteString getAudiencesBytes(int index)
This field overrides the one specified in the JwtProvider.
repeated string audiences = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the audiences at the given index.
-
-