Class SamlCompleteLogoutRequest.Builder

java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.security.SamlCompleteLogoutRequest.Builder
All Implemented Interfaces:
ObjectBuilder<SamlCompleteLogoutRequest>
Enclosing class:
SamlCompleteLogoutRequest

public static class SamlCompleteLogoutRequest.Builder
extends ObjectBuilderBase
implements ObjectBuilder<SamlCompleteLogoutRequest>
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • content

      public final SamlCompleteLogoutRequest.Builder content​(@Nullable java.lang.String value)
      If the SAML IdP sends the logout response with the HTTP-Post binding, this field must be set to the value of the SAMLResponse form parameter from the logout response.

      API name: content

    • ids

      public final SamlCompleteLogoutRequest.Builder ids​(java.util.List<java.lang.String> list)
      Required - A json array with all the valid SAML Request Ids that the caller of the API has for the current user.

      API name: ids

      Adds all elements of list to ids.

    • ids

      public final SamlCompleteLogoutRequest.Builder ids​(java.lang.String value, java.lang.String... values)
      Required - A json array with all the valid SAML Request Ids that the caller of the API has for the current user.

      API name: ids

      Adds one or more values to ids.

    • queryString

      public final SamlCompleteLogoutRequest.Builder queryString​(@Nullable java.lang.String value)
      If the SAML IdP sends the logout response with the HTTP-Redirect binding, this field must be set to the query string of the redirect URI.

      API name: query_string

    • realm

      public final SamlCompleteLogoutRequest.Builder realm​(java.lang.String value)
      Required - The name of the SAML realm in Elasticsearch for which the configuration is used to verify the logout response.

      API name: realm

    • build

      public SamlCompleteLogoutRequest build()
      Specified by:
      build in interface ObjectBuilder<SamlCompleteLogoutRequest>
      Throws:
      java.lang.NullPointerException - if some of the required fields are null.