public static interface V1Authentication.UserInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsExtra(String key)
Any additional information provided by the authenticator.
|
Map<String,V1Authentication.ExtraValue> |
getExtra()
Deprecated.
|
int |
getExtraCount()
Any additional information provided by the authenticator.
|
Map<String,V1Authentication.ExtraValue> |
getExtraMap()
Any additional information provided by the authenticator.
|
V1Authentication.ExtraValue |
getExtraOrDefault(String key,
V1Authentication.ExtraValue defaultValue)
Any additional information provided by the authenticator.
|
V1Authentication.ExtraValue |
getExtraOrThrow(String key)
Any additional information provided by the authenticator.
|
String |
getGroups(int index)
The names of groups this user is a part of.
|
com.google.protobuf.ByteString |
getGroupsBytes(int index)
The names of groups this user is a part of.
|
int |
getGroupsCount()
The names of groups this user is a part of.
|
List<String> |
getGroupsList()
The names of groups this user is a part of.
|
String |
getUid()
A unique value that identifies this user across time.
|
com.google.protobuf.ByteString |
getUidBytes()
A unique value that identifies this user across time.
|
String |
getUsername()
The name that uniquely identifies this user among all active users.
|
com.google.protobuf.ByteString |
getUsernameBytes()
The name that uniquely identifies this user among all active users.
|
boolean |
hasUid()
A unique value that identifies this user across time.
|
boolean |
hasUsername()
The name that uniquely identifies this user among all active users.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUsername()
The name that uniquely identifies this user among all active users. +optional
optional string username = 1;String getUsername()
The name that uniquely identifies this user among all active users. +optional
optional string username = 1;com.google.protobuf.ByteString getUsernameBytes()
The name that uniquely identifies this user among all active users. +optional
optional string username = 1;boolean hasUid()
A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs. +optional
optional string uid = 2;String getUid()
A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs. +optional
optional string uid = 2;com.google.protobuf.ByteString getUidBytes()
A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs. +optional
optional string uid = 2;List<String> getGroupsList()
The names of groups this user is a part of. +optional
repeated string groups = 3;int getGroupsCount()
The names of groups this user is a part of. +optional
repeated string groups = 3;String getGroups(int index)
The names of groups this user is a part of. +optional
repeated string groups = 3;com.google.protobuf.ByteString getGroupsBytes(int index)
The names of groups this user is a part of. +optional
repeated string groups = 3;int getExtraCount()
Any additional information provided by the authenticator. +optional
map<string, .k8s.io.api.authentication.v1.ExtraValue> extra = 4;boolean containsExtra(String key)
Any additional information provided by the authenticator. +optional
map<string, .k8s.io.api.authentication.v1.ExtraValue> extra = 4;@Deprecated Map<String,V1Authentication.ExtraValue> getExtra()
getExtraMap() instead.Map<String,V1Authentication.ExtraValue> getExtraMap()
Any additional information provided by the authenticator. +optional
map<string, .k8s.io.api.authentication.v1.ExtraValue> extra = 4;V1Authentication.ExtraValue getExtraOrDefault(String key, V1Authentication.ExtraValue defaultValue)
Any additional information provided by the authenticator. +optional
map<string, .k8s.io.api.authentication.v1.ExtraValue> extra = 4;V1Authentication.ExtraValue getExtraOrThrow(String key)
Any additional information provided by the authenticator. +optional
map<string, .k8s.io.api.authentication.v1.ExtraValue> extra = 4;Copyright © 2018. All rights reserved.