Interface SingleLogoutProfile
public interface SingleLogoutProfile
-
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.saml.persistence.model.SamlSpSessiongetSamlSpSession(javax.servlet.http.HttpServletRequest httpServletRequest) booleanisSingleLogoutSupported(javax.servlet.http.HttpServletRequest httpServletRequest) voidlogout(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) voidprocessIdpLogout(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) voidprocessSingleLogout(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) voidprocessSpLogout(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) voidterminateSpSession(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) voidterminateSsoSession(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
-
Method Details
-
getSamlSpSession
com.liferay.saml.persistence.model.SamlSpSession getSamlSpSession(javax.servlet.http.HttpServletRequest httpServletRequest) -
isSingleLogoutSupported
boolean isSingleLogoutSupported(javax.servlet.http.HttpServletRequest httpServletRequest) -
logout
void logout(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) -
processIdpLogout
void processIdpLogout(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
processSingleLogout
void processSingleLogout(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
processSpLogout
void processSpLogout(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
terminateSpSession
void terminateSpSession(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) -
terminateSsoSession
void terminateSsoSession(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
-