gluu
|
継承メンバを含む org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl の全メンバ一覧です。
appConfiguration | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | private |
applicationAuditLogger | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | private |
auditLogging(HttpServletRequest request, Pair< SessionId, AuthorizationGrant > pair) | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | inlineprivate |
authorizationGrantList | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | private |
clientService | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | private |
constructPage(Set< String > logoutUris, String postLogoutUrl, String state) | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | inlineprivate |
endSession(String idTokenHint, String sessionId, HttpServletRequest httpRequest, HttpServletResponse httpResponse) | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | inlineprivate |
errorResponseFactory | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | private |
externalApplicationSessionService | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | private |
getRpFrontchannelLogoutUris(Pair< SessionId, AuthorizationGrant > pair) | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | inlineprivate |
grantService | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | private |
httpBased(String postLogoutRedirectUri, String state, Pair< SessionId, AuthorizationGrant > pair) | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | inline |
identity | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | private |
log | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | private |
redirectionUriService | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | private |
removeConsentSessionId(HttpServletRequest httpRequest, HttpServletResponse httpResponse) | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | inlineprivate |
removeSessionId(String sessionId, HttpServletRequest httpRequest, HttpServletResponse httpResponse) | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | inlineprivate |
requestEndSession(String idTokenHint, String postLogoutRedirectUri, String state, String sessionId, HttpServletRequest httpRequest, HttpServletResponse httpResponse, SecurityContext sec) | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | inline |
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 | |
sessionIdService | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | private |
validateIdTokenHint(String idTokenHint) | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | inlineprivate |
validatePostLogoutRedirectUri(String postLogoutRedirectUri, Pair< SessionId, AuthorizationGrant > pair) | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | inlineprivate |
validateSessionIdRequestParameter(String sessionId) | org.xdi.oxauth.session.ws.rs.EndSessionRestWebServiceImpl | inlineprivate |