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 boolean
FedletAdapter. 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.void
FedletAdapter. 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.void
FedletAdapter. 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.void
SAML2ServiceProviderAdapter. 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.void
SAML2ServiceProviderAdapter. 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 onSP
side. -
Uses of LogoutRequest in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return LogoutRequest Modifier and Type Method Description LogoutRequest
ProtocolFactory. createLogoutRequest()
Returns theLogoutRequest
Object.LogoutRequest
ProtocolFactory. createLogoutRequest(String value)
Returns theLogoutRequest
Object.LogoutRequest
ProtocolFactory. createLogoutRequest(Element value)
Returns theLogoutRequest
Object.
-