Interface V1beta1Authentication.TokenReviewSpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1beta1Authentication.TokenReviewSpec, V1beta1Authentication.TokenReviewSpec.Builder
Enclosing class:
V1beta1Authentication

public static interface V1beta1Authentication.TokenReviewSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    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
    Audiences is a list of the identifiers that the resource server presented with the token identifies as.
    Audiences is a list of the identifiers that the resource server presented with the token identifies as.
    Token is the opaque bearer token.
    com.google.protobuf.ByteString
    Token is the opaque bearer token.
    boolean
    Token is the opaque bearer token.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasToken

      boolean hasToken()
       Token is the opaque bearer token.
       +optional
       
      optional string token = 1;
    • getToken

      String getToken()
       Token is the opaque bearer token.
       +optional
       
      optional string token = 1;
    • getTokenBytes

      com.google.protobuf.ByteString getTokenBytes()
       Token is the opaque bearer token.
       +optional
       
      optional string token = 1;
    • getAudiencesList

      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;
    • getAudiencesCount

      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;
    • getAudiences

      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;
    • getAudiencesBytes

      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;