| Modifier and Type | Method and Description |
|---|---|
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.addAllGroups(Iterable<String> values)
The names of groups this user is a part of.
|
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.addGroups(String value)
The names of groups this user is a part of.
|
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.addGroupsBytes(com.google.protobuf.ByteString value)
The names of groups this user is a part of.
|
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.clear() |
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.clearExtra() |
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.clearGroups()
The names of groups this user is a part of.
|
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.clearUid()
A unique value that identifies this user across time.
|
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.clearUsername()
The name that uniquely identifies this user among all active users.
|
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.clone() |
V1Authentication.UserInfo.Builder |
V1Authentication.TokenReviewStatus.Builder.getUserBuilder()
User is the UserInfo associated with the provided token.
|
V1Authentication.UserInfo.Builder |
V1beta1Admission.AdmissionRequest.Builder.getUserInfoBuilder()
UserInfo is information about the requesting user
|
V1Authentication.UserInfo.Builder |
V1alpha1Admission.AdmissionReviewSpec.Builder.getUserInfoBuilder()
UserInfo is information about the requesting user
|
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.mergeFrom(V1Authentication.UserInfo other) |
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.newBuilder() |
static V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.newBuilder(V1Authentication.UserInfo prototype) |
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.newBuilderForType() |
protected V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.putAllExtra(Map<String,V1Authentication.ExtraValue> values)
Any additional information provided by the authenticator.
|
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.putExtra(String key,
V1Authentication.ExtraValue value)
Any additional information provided by the authenticator.
|
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.removeExtra(String key)
Any additional information provided by the authenticator.
|
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.setGroups(int index,
String value)
The names of groups this user is a part of.
|
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.setUid(String value)
A unique value that identifies this user across time.
|
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.setUidBytes(com.google.protobuf.ByteString value)
A unique value that identifies this user across time.
|
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.setUsername(String value)
The name that uniquely identifies this user among all active users.
|
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.Builder.setUsernameBytes(com.google.protobuf.ByteString value)
The name that uniquely identifies this user among all active users.
|
V1Authentication.UserInfo.Builder |
V1Authentication.UserInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
V1Authentication.TokenReviewStatus.Builder |
V1Authentication.TokenReviewStatus.Builder.setUser(V1Authentication.UserInfo.Builder builderForValue)
User is the UserInfo associated with the provided token.
|
V1beta1Admission.AdmissionRequest.Builder |
V1beta1Admission.AdmissionRequest.Builder.setUserInfo(V1Authentication.UserInfo.Builder builderForValue)
UserInfo is information about the requesting user
|
V1alpha1Admission.AdmissionReviewSpec.Builder |
V1alpha1Admission.AdmissionReviewSpec.Builder.setUserInfo(V1Authentication.UserInfo.Builder builderForValue)
UserInfo is information about the requesting user
|
Copyright © 2019. All rights reserved.