public static interface V1Authentication.TokenRequestSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAudiences(int index)
Audiences are the intendend audiences of the token.
|
com.google.protobuf.ByteString |
getAudiencesBytes(int index)
Audiences are the intendend audiences of the token.
|
int |
getAudiencesCount()
Audiences are the intendend audiences of the token.
|
List<String> |
getAudiencesList()
Audiences are the intendend audiences of the token.
|
V1Authentication.BoundObjectReference |
getBoundObjectRef()
BoundObjectRef is a reference to an object that the token will be bound to.
|
V1Authentication.BoundObjectReferenceOrBuilder |
getBoundObjectRefOrBuilder()
BoundObjectRef is a reference to an object that the token will be bound to.
|
long |
getExpirationSeconds()
ExpirationSeconds is the requested duration of validity of the request.
|
boolean |
hasBoundObjectRef()
BoundObjectRef is a reference to an object that the token will be bound to.
|
boolean |
hasExpirationSeconds()
ExpirationSeconds is the requested duration of validity of the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getAudiencesList()
Audiences are the intendend audiences of the token. A recipient of a token must identitfy themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences.
repeated string audiences = 1;int getAudiencesCount()
Audiences are the intendend audiences of the token. A recipient of a token must identitfy themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences.
repeated string audiences = 1;String getAudiences(int index)
Audiences are the intendend audiences of the token. A recipient of a token must identitfy themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences.
repeated string audiences = 1;com.google.protobuf.ByteString getAudiencesBytes(int index)
Audiences are the intendend audiences of the token. A recipient of a token must identitfy themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences.
repeated string audiences = 1;boolean hasExpirationSeconds()
ExpirationSeconds is the requested duration of validity of the request. The token issuer may return a token with a different validity duration so a client needs to check the 'expiration' field in a response. +optional
optional int64 expirationSeconds = 4;long getExpirationSeconds()
ExpirationSeconds is the requested duration of validity of the request. The token issuer may return a token with a different validity duration so a client needs to check the 'expiration' field in a response. +optional
optional int64 expirationSeconds = 4;boolean hasBoundObjectRef()
BoundObjectRef is a reference to an object that the token will be bound to. The token will only be valid for as long as the bound objet exists. +optional
optional .k8s.io.api.authentication.v1.BoundObjectReference boundObjectRef = 3;
V1Authentication.BoundObjectReference getBoundObjectRef()
BoundObjectRef is a reference to an object that the token will be bound to. The token will only be valid for as long as the bound objet exists. +optional
optional .k8s.io.api.authentication.v1.BoundObjectReference boundObjectRef = 3;
V1Authentication.BoundObjectReferenceOrBuilder getBoundObjectRefOrBuilder()
BoundObjectRef is a reference to an object that the token will be bound to. The token will only be valid for as long as the bound objet exists. +optional
optional .k8s.io.api.authentication.v1.BoundObjectReference boundObjectRef = 3;
Copyright © 2020. All rights reserved.