public interface AuthenticationInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AuthenticationMetadata |
getMetadata()
authentication metadata
|
AuthenticationMetadataOrBuilder |
getMetadataOrBuilder()
authentication metadata
|
String |
getPrincipal()
The authenticated principal for the requester
|
com.google.protobuf.ByteString |
getPrincipalBytes()
The authenticated principal for the requester
|
String |
getPrincipalResourceId()
authenticated principal resourceId of the requester
|
com.google.protobuf.ByteString |
getPrincipalResourceIdBytes()
authenticated principal resourceId of the requester
|
boolean |
hasMetadata()
authentication metadata
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
String getPrincipalResourceId()
authenticated principal resourceId of the requester
string principal_resource_id = 3;
com.google.protobuf.ByteString getPrincipalResourceIdBytes()
authenticated principal resourceId of the requester
string principal_resource_id = 3;