public static interface V1Authentication.TokenReviewSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAudiences(int index)
Audiences is a list of the identifiers that the resource server presented
with the token identifies as.
|
com.google.protobuf.ByteString |
getAudiencesBytes(int index)
Audiences is a list of the identifiers that the resource server presented
with the token identifies as.
|
int |
getAudiencesCount()
Audiences is a list of the identifiers that the resource server presented
with the token identifies as.
|
List<String> |
getAudiencesList()
Audiences is a list of the identifiers that the resource server presented
with the token identifies as.
|
String |
getToken()
Token is the opaque bearer token.
|
com.google.protobuf.ByteString |
getTokenBytes()
Token is the opaque bearer token.
|
boolean |
hasToken()
Token is the opaque bearer token.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasToken()
Token is the opaque bearer token. +optional
optional string token = 1;String getToken()
Token is the opaque bearer token. +optional
optional string token = 1;com.google.protobuf.ByteString getTokenBytes()
Token is the opaque bearer token. +optional
optional string token = 1;List<String> getAudiencesList()
Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver. +optional
repeated string audiences = 2;int getAudiencesCount()
Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver. +optional
repeated string audiences = 2;String getAudiences(int index)
Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver. +optional
repeated string audiences = 2;com.google.protobuf.ByteString getAudiencesBytes(int index)
Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver. +optional
repeated string audiences = 2;Copyright © 2020. All rights reserved.