Class SamlInvalidateResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<SamlInvalidateResponse.Builder>
co.elastic.clients.elasticsearch.security.SamlInvalidateResponse.Builder
- All Implemented Interfaces:
- WithJson<SamlInvalidateResponse.Builder>,- ObjectBuilder<SamlInvalidateResponse>
- Enclosing class:
- SamlInvalidateResponse
public static class SamlInvalidateResponse.Builder
extends WithJsonObjectBuilderBase<SamlInvalidateResponse.Builder>
implements ObjectBuilder<SamlInvalidateResponse>
Builder for 
SamlInvalidateResponse.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds aSamlInvalidateResponse.invalidated(int value) Required - The number of tokens that were invalidated as part of this logout.Required - The realm name of the SAML realm in Elasticsearch that authenticated the user.Required - A SAML logout response as a parameter so that the user can be redirected back to the SAML IdP.protected SamlInvalidateResponse.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBasewithJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
invalidatedRequired - The number of tokens that were invalidated as part of this logout.API name: invalidated
- 
realmRequired - The realm name of the SAML realm in Elasticsearch that authenticated the user.API name: realm
- 
redirectRequired - A SAML logout response as a parameter so that the user can be redirected back to the SAML IdP.API name: redirect
- 
self- Specified by:
- selfin class- WithJsonObjectBuilderBase<SamlInvalidateResponse.Builder>
 
- 
buildBuilds aSamlInvalidateResponse.- Specified by:
- buildin interface- ObjectBuilder<SamlInvalidateResponse>
- Throws:
- NullPointerException- if some of the required fields are null.
 
 
-