Interface LogoutProcessor


public interface LogoutProcessor
Defines the public interface for logout behavior.

Custom LogoutProcessor classes can override these default implementations:

  • com.liferay.portal.security.sso.token.internal.events.CookieLogoutProcessor
  • com.liferay.portal.security.sso.token.internal.events.RedirectLogoutProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    logout(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String... parameters)
     
  • Method Details

    • logout

      void logout(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String... parameters) throws IOException
      Throws:
      IOException