Uses of Interface
com.sun.identity.saml2.protocol.LogoutRequest
-
Packages that use LogoutRequest Package Description com.sun.identity.saml2.plugins Defines SAMLv2 Plugin SPIs.com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of LogoutRequest in com.sun.identity.saml2.plugins
Methods in com.sun.identity.saml2.plugins with parameters of type LogoutRequest Modifier and Type Method Description 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.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.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.voidSAML2ServiceProviderAdapter. 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.voidSAML2ServiceProviderAdapter. 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. -
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.
-