public static interface V1Authentication.TokenReviewStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAuthenticated()
Authenticated indicates that the token was associated with a known user.
|
String |
getError()
Error indicates that the token couldn't be checked
+optional
|
com.google.protobuf.ByteString |
getErrorBytes()
Error indicates that the token couldn't be checked
+optional
|
V1Authentication.UserInfo |
getUser()
User is the UserInfo associated with the provided token.
|
V1Authentication.UserInfoOrBuilder |
getUserOrBuilder()
User is the UserInfo associated with the provided token.
|
boolean |
hasAuthenticated()
Authenticated indicates that the token was associated with a known user.
|
boolean |
hasError()
Error indicates that the token couldn't be checked
+optional
|
boolean |
hasUser()
User is the UserInfo associated with the provided token.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAuthenticated()
Authenticated indicates that the token was associated with a known user. +optional
optional bool authenticated = 1;boolean getAuthenticated()
Authenticated indicates that the token was associated with a known user. +optional
optional bool authenticated = 1;boolean hasUser()
User is the UserInfo associated with the provided token. +optional
optional .k8s.io.api.authentication.v1.UserInfo user = 2;V1Authentication.UserInfo getUser()
User is the UserInfo associated with the provided token. +optional
optional .k8s.io.api.authentication.v1.UserInfo user = 2;V1Authentication.UserInfoOrBuilder getUserOrBuilder()
User is the UserInfo associated with the provided token. +optional
optional .k8s.io.api.authentication.v1.UserInfo user = 2;boolean hasError()
Error indicates that the token couldn't be checked +optional
optional string error = 3;String getError()
Error indicates that the token couldn't be checked +optional
optional string error = 3;com.google.protobuf.ByteString getErrorBytes()
Error indicates that the token couldn't be checked +optional
optional string error = 3;Copyright © 2018. All rights reserved.