Package com.inrupt.client.openid
Class EndSessionRequest.Builder
java.lang.Object
com.inrupt.client.openid.EndSessionRequest.Builder
- Enclosing class:
- EndSessionRequest
A builder class for
EndSessionRequest
objects.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build the end session request.Set a client id for the builder.static EndSessionRequest.Builder
Create a new builder for end session requests.postLogoutRedirectUri
(URI postLogoutRedirectUri) Set a post-logout redirect URI for the builder.Set a state for the builder.
-
Method Details
-
newBuilder
Create a new builder for end session requests.- Returns:
- the new builder
-
clientId
Set a client id for the builder.- Parameters:
clientId
- the client id- Returns:
- this builder
-
postLogoutRedirectUri
Set a post-logout redirect URI for the builder.- Parameters:
postLogoutRedirectUri
- the post-logout redirect URI- Returns:
- this builder
-
state
Set a state for the builder.- Parameters:
state
- the state value- Returns:
- this builder
-
build
Build the end session request.- Returns:
- the end session request
-