Class OpenidApi

java.lang.Object
io.kubernetes.client.openapi.apis.OpenidApi

public class OpenidApi extends Object
  • Constructor Details

    • OpenidApi

      public OpenidApi()
    • OpenidApi

      public OpenidApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getServiceAccountIssuerOpenIDKeysetCall

      public okhttp3.Call getServiceAccountIssuerOpenIDKeysetCall(ApiCallback _callback) throws ApiException
      Build call for getServiceAccountIssuerOpenIDKeyset
      Parameters:
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
      Http Response Details:
      Status Code Description Response Headers
      200 OK -
      401 Unauthorized -
    • getServiceAccountIssuerOpenIDKeyset

      public String getServiceAccountIssuerOpenIDKeyset() throws ApiException
      get service account issuer OpenID JSON Web Key Set (contains public token verification keys)
      Returns:
      String
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Status Code Description Response Headers
      200 OK -
      401 Unauthorized -
    • getServiceAccountIssuerOpenIDKeysetWithHttpInfo

      public ApiResponse<String> getServiceAccountIssuerOpenIDKeysetWithHttpInfo() throws ApiException
      get service account issuer OpenID JSON Web Key Set (contains public token verification keys)
      Returns:
      ApiResponse<String>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      Http Response Details:
      Status Code Description Response Headers
      200 OK -
      401 Unauthorized -
    • getServiceAccountIssuerOpenIDKeysetAsync

      public okhttp3.Call getServiceAccountIssuerOpenIDKeysetAsync(ApiCallback<String> _callback) throws ApiException
      (asynchronously) get service account issuer OpenID JSON Web Key Set (contains public token verification keys)
      Parameters:
      _callback - The callback to be executed when the API call finishes
      Returns:
      The request call
      Throws:
      ApiException - If fail to process the API call, e.g. serializing the request body object
      Http Response Details:
      Status Code Description Response Headers
      200 OK -
      401 Unauthorized -