Uses of Interface
com.sun.identity.saml2.protocol.LogoutRequest
-
Packages that use LogoutRequest Package Description com.sun.identity.saml2.protocol SAMLv2 Protocol Classes.org.forgerock.openam.saml2.plugins This package contains the API for writing SAML federation plugins. -
-
Uses of LogoutRequest in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return LogoutRequest Modifier and Type Method Description LogoutRequestProtocolFactory. createLogoutRequest()Returns theLogoutRequestObject.LogoutRequestProtocolFactory. createLogoutRequest(String value)Returns theLogoutRequestObject.LogoutRequestProtocolFactory. createLogoutRequest(Element value)Returns theLogoutRequestObject. -
Uses of LogoutRequest in org.forgerock.openam.saml2.plugins
Methods in org.forgerock.openam.saml2.plugins with parameters of type LogoutRequest Modifier and Type Method Description default booleanFedletAdapter. doFedletSLO(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, LogoutRequest logoutReq, String hostedEntityID, String idpEntityID, List siList, String nameIDValue, String binding)Invokes after Fedlet receives SLO request from IDP.default voidFedletAdapter. onFedletSLOFailure(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, LogoutRequest logoutReq, LogoutResponse logoutRes, String hostedEntityID, String idpEntityID, String binding)Invokes after Fedlet receives SLO response from IDP and the SLO status is not success.default voidFedletAdapter. onFedletSLOSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, LogoutRequest logoutReq, LogoutResponse logoutRes, String hostedEntityID, String idpEntityID, String binding)Invokes after Fedlet receives SLO response from IDP and the SLO status is success.default voidSPAdapter. postSingleLogoutSuccess(String hostedEntityID, String realm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding)Invokes after single logout process succeeded, i.e.default voidSPAdapter. preSingleLogoutProcess(String hostedEntityID, String realm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String userID, LogoutRequest logoutRequest, LogoutResponse logoutResponse, String binding)Invokes before single logout process started onSPside.
-