Package com.inrupt.client.openid
Class EndSessionRequest
- java.lang.Object
-
- com.inrupt.client.openid.EndSessionRequest
-
public final class EndSessionRequest extends Object
A class for initiating a session termination flow with an OpenID Provider.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EndSessionRequest.Builder
A builder class forEndSessionRequest
objects.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClientId()
Return theclient_id
value.String
getIdTokenHint()
Return theid_token_hint
value.URI
getPostLogoutRedirectUri()
Return thepost_logout_redirect_uri
value.String
getState()
Return thestate
value.
-
-
-
Method Detail
-
getClientId
public String getClientId()
Return theclient_id
value.- Returns:
- the
client_id
, may benull
-
getPostLogoutRedirectUri
public URI getPostLogoutRedirectUri()
Return thepost_logout_redirect_uri
value.- Returns:
- the
post_logout_redirect_uri
value, may benull
-
getState
public String getState()
Return thestate
value.- Returns:
- the
state
, may benull
-
getIdTokenHint
public String getIdTokenHint()
Return theid_token_hint
value.- Returns:
- the
id_token_hint
, may benull
-
-