gluu
静的公開変数類 | 全メンバ一覧
org.xdi.oxauth.model.session.EndSessionRequestParam インタフェース
org.xdi.oxauth.model.session.EndSessionRequestParam 連携図
Collaboration graph

静的公開変数類

static final String ID_TOKEN_HINT = "id_token_hint"
 
static final String POST_LOGOUT_REDIRECT_URI = "post_logout_redirect_uri"
 
static final String STATE = "state"
 
static final String SESSION_ID = "session_id"
 

詳解

著者
Javier Rojas Blum
バージョン
August 9, 2017

メンバ詳解

◆ ID_TOKEN_HINT

final String org.xdi.oxauth.model.session.EndSessionRequestParam.ID_TOKEN_HINT = "id_token_hint"
static

Previously issued ID Token passed to the logout endpoint as a hint about the End-User's current authenticated session with the Client.

◆ POST_LOGOUT_REDIRECT_URI

final String org.xdi.oxauth.model.session.EndSessionRequestParam.POST_LOGOUT_REDIRECT_URI = "post_logout_redirect_uri"
static

URL to which the RP is requesting that the End-User's User-Agent be redirected after a logout has been performed.

◆ SESSION_ID

final String org.xdi.oxauth.model.session.EndSessionRequestParam.SESSION_ID = "session_id"
static

String that represents the End-User's login state at the OP.

◆ STATE

final String org.xdi.oxauth.model.session.EndSessionRequestParam.STATE = "state"
static

Opaque value used by the RP to maintain state between the logout request and the callback to the endpoint specified by the post_logout_redirect_uri parameter. If included in the logout request, the OP passes this value back to the RP using the state query parameter when redirecting the User Agent back to the RP.


このインタフェース詳解は次のファイルから抽出されました: