Interface PrincipalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Principal,Principal.Builder
@Generated(value="protoc",
comments="annotations:PrincipalOrBuilder.java.pb.meta")
public interface PrincipalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Identifier within that category (e.g., sub JWT claim, email address).com.google.protobuf.ByteStringIdentifier within that category (e.g., sub JWT claim, email address).getType()Low-cardinality category of the principal (e.g., "jwt", "users").com.google.protobuf.ByteStringLow-cardinality category of the principal (e.g., "jwt", "users").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
-
getType
String getType()Low-cardinality category of the principal (e.g., "jwt", "users").
string type = 1;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()Low-cardinality category of the principal (e.g., "jwt", "users").
string type = 1;- Returns:
- The bytes for type.
-
getName
String getName()Identifier within that category (e.g., sub JWT claim, email address).
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Identifier within that category (e.g., sub JWT claim, email address).
string name = 2;- Returns:
- The bytes for name.
-