gluu
org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl メンバ一覧

継承メンバを含む org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl の全メンバ一覧です。

appConfigurationorg.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplprivate
applicationAuditLoggerorg.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplprivate
auditLogging(HttpServletRequest request, Pair< SessionId, AuthorizationGrant > pair)org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplinlineprivate
authorizationGrantListorg.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplprivate
clientServiceorg.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplprivate
constructPage(Set< String > logoutUris, String postLogoutUrl, String state)org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplinlineprivate
endSession(String idTokenHint, String sessionId, HttpServletRequest httpRequest, HttpServletResponse httpResponse)org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplinlineprivate
errorResponseFactoryorg.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplprivate
externalApplicationSessionServiceorg.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplprivate
getRpFrontchannelLogoutUris(Pair< SessionId, AuthorizationGrant > pair)org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplinlineprivate
grantServiceorg.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplprivate
httpBased(String postLogoutRedirectUri, String state, Pair< SessionId, AuthorizationGrant > pair)org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplinline
identityorg.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplprivate
logorg.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplprivate
redirectionUriServiceorg.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplprivate
removeConsentSessionId(HttpServletRequest httpRequest, HttpServletResponse httpResponse)org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplinlineprivate
removeSessionId(String sessionId, HttpServletRequest httpRequest, HttpServletResponse httpResponse)org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplinlineprivate
requestEndSession(String idTokenHint, String postLogoutRedirectUri, String state, String sessionId, HttpServletRequest httpRequest, HttpServletResponse httpResponse, SecurityContext sec)org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplinline
org::xdi::oxauth::session::ws::rs::EndSessionRestWebService.requestEndSession( @QueryParam(EndSessionRequestParam.ID_TOKEN_HINT) @ApiParam(value="Previously issued ID Token (id_token) passed to the logout endpoint as a hint about the End-User's current authenticated session with the Client. This is used as an indication of the identity of the End-User that the RP is requesting be logged out by the OP. The OP need not be listed as an audience of the ID Token when it is used as an id_token_hint value.", required=true) String idTokenHint, @QueryParam(EndSessionRequestParam.POST_LOGOUT_REDIRECT_URI) @ApiParam(value="URL to which the RP is requesting that the End-User's User Agent be redirected after a logout has been performed. The value MUST have been previously registered with the OP, either using the post_logout_redirect_uris Registration parameter or via another mechanism. If supplied, the OP SHOULD honor this request following the logout.", required=false) String postLogoutRedirectUri, @QueryParam(EndSessionRequestParam.STATE) @ApiParam(value="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.", required=false) String state, @QueryParam("session_id") @ApiParam(value="Session Id", required=false) String sessionId, @Context HttpServletRequest httpRequest, @Context HttpServletResponse httpResponse, @Context SecurityContext securityContext)org.xdi.oxauth.session.ws.rs.EndSessionRestWebService
sessionIdServiceorg.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplprivate
validateIdTokenHint(String idTokenHint)org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplinlineprivate
validatePostLogoutRedirectUri(String postLogoutRedirectUri, Pair< SessionId, AuthorizationGrant > pair)org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplinlineprivate
validateSessionIdRequestParameter(String sessionId)org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImplinlineprivate