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