Interface LogoutProcessor
public interface LogoutProcessor
Defines the public interface for logout behavior.
Custom LogoutProcessor classes can override these default
implementations:
-
invalid reference
com.liferay.portal.security.sso.token.internal.events.CookieLogoutProcessor -
invalid reference
com.liferay.portal.security.sso.token.internal.events.RedirectLogoutProcessor
-
Method Summary
-
Method Details
-
logout
void logout(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, String... parameters) throws IOException - Throws:
IOException
-