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
Modifier and TypeMethodDescriptiongetAudiences(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.intThis field overrides the one specified in the JwtProvider.This field overrides the one specified in the JwtProvider.Specify a required provider name.com.google.protobuf.ByteStringSpecify a required provider name.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
-
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
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
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.
-