public static interface Rbac.Principal.AuthenticatedOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String.StringMatcher |
getPrincipalName()
The name of the principal.
|
String.StringMatcherOrBuilder |
getPrincipalNameOrBuilder()
The name of the principal.
|
boolean |
hasPrincipalName()
The name of the principal.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPrincipalName()
The name of the principal. If set, The URI SAN is used from the certificate, otherwise the subject field is used. If unset, it applies to any user that is authenticated.
.envoy.type.matcher.StringMatcher principal_name = 2;String.StringMatcher getPrincipalName()
The name of the principal. If set, The URI SAN is used from the certificate, otherwise the subject field is used. If unset, it applies to any user that is authenticated.
.envoy.type.matcher.StringMatcher principal_name = 2;String.StringMatcherOrBuilder getPrincipalNameOrBuilder()
The name of the principal. If set, The URI SAN is used from the certificate, otherwise the subject field is used. If unset, it applies to any user that is authenticated.
.envoy.type.matcher.StringMatcher principal_name = 2;Copyright © 2018 The Envoy Project. All rights reserved.