public static interface Principal.AuthenticatedOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StringMatcher |
getPrincipalName()
The name of the principal.
|
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 or DNS SAN in that order 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;StringMatcher getPrincipalName()
The name of the principal. If set, The URI SAN or DNS SAN in that order 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;StringMatcherOrBuilder getPrincipalNameOrBuilder()
The name of the principal. If set, The URI SAN or DNS SAN in that order 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–2021 The Envoy Project. All rights reserved.