Class OidcPrepareAuthenticationResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<OidcPrepareAuthenticationResponse.Builder>
co.elastic.clients.elasticsearch.security.OidcPrepareAuthenticationResponse.Builder
- All Implemented Interfaces:
WithJson<OidcPrepareAuthenticationResponse.Builder>
,ObjectBuilder<OidcPrepareAuthenticationResponse>
- Enclosing class:
- OidcPrepareAuthenticationResponse
public static class OidcPrepareAuthenticationResponse.Builder
extends WithJsonObjectBuilderBase<OidcPrepareAuthenticationResponse.Builder>
implements ObjectBuilder<OidcPrepareAuthenticationResponse>
Builder for
OidcPrepareAuthenticationResponse
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds aOidcPrepareAuthenticationResponse
.Required - API name:nonce
Required - API name:realm
Required - A URI that points to the authorization endpoint of the OpenID Connect Provider with all the parameters of the authentication request as HTTP GET parameters.self()
Required - API name:state
Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJson
Methods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
nonce
Required - API name:nonce
-
realm
Required - API name:realm
-
redirect
Required - A URI that points to the authorization endpoint of the OpenID Connect Provider with all the parameters of the authentication request as HTTP GET parameters.API name:
redirect
-
state
Required - API name:state
-
self
- Specified by:
self
in classWithJsonObjectBuilderBase<OidcPrepareAuthenticationResponse.Builder>
-
build
Builds aOidcPrepareAuthenticationResponse
.- Specified by:
build
in interfaceObjectBuilder<OidcPrepareAuthenticationResponse>
- Throws:
NullPointerException
- if some of the required fields are null.
-