@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1beta1TokenReviewSpec extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_AUDIENCES |
static String |
SERIALIZED_NAME_TOKEN |
Constructor and Description |
---|
V1beta1TokenReviewSpec() |
Modifier and Type | Method and Description |
---|---|
V1beta1TokenReviewSpec |
addAudiencesItem(String audiencesItem) |
V1beta1TokenReviewSpec |
audiences(List<String> audiences) |
boolean |
equals(Object o) |
List<String> |
getAudiences()
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.
|
int |
hashCode() |
void |
setAudiences(List<String> audiences) |
void |
setToken(String token) |
V1beta1TokenReviewSpec |
token(String token) |
String |
toString() |
public static final String SERIALIZED_NAME_AUDIENCES
public static final String SERIALIZED_NAME_TOKEN
public V1beta1TokenReviewSpec audiences(List<String> audiences)
public V1beta1TokenReviewSpec addAudiencesItem(String audiencesItem)
@Nullable public List<String> getAudiences()
public V1beta1TokenReviewSpec token(String token)
public void setToken(String token)
Copyright © 2020. All rights reserved.