public interface AuthenticationInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AuthenticationMetadata |
getMetadata()
authentication metadata
|
AuthenticationMetadataOrBuilder |
getMetadataOrBuilder()
authentication metadata
|
java.lang.String |
getPrincipal()
The authenticated principal for the requester
|
com.google.protobuf.ByteString |
getPrincipalBytes()
The authenticated principal for the requester
|
boolean |
hasMetadata()
authentication metadata
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getPrincipal()
The authenticated principal for the requester
string principal = 1;
com.google.protobuf.ByteString getPrincipalBytes()
The authenticated principal for the requester
string principal = 1;
boolean hasMetadata()
authentication metadata
.audit.AuthenticationMetadata metadata = 2;
AuthenticationMetadata getMetadata()
authentication metadata
.audit.AuthenticationMetadata metadata = 2;
AuthenticationMetadataOrBuilder getMetadataOrBuilder()
authentication metadata
.audit.AuthenticationMetadata metadata = 2;