Interface LogoutLogic

All Known Implementing Classes:
DefaultLogoutLogic
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface LogoutLogic
Logout logic for the application and the identity provider.
Since:
1.9.0
Author:
Jerome Leleu
  • Method Details

    • perform

      Object perform(Config config, String defaultUrl, String logoutUrlPattern, Boolean localLogout, Boolean destroySession, Boolean centralLogout, FrameworkParameters parameters)
      Perform the application logout logic.
      Parameters:
      config - the security configuration
      defaultUrl - the default url
      logoutUrlPattern - the logout url pattern
      localLogout - whether a local logout is required
      destroySession - whether the web session must be destroyed
      centralLogout - whether a central logout is required
      parameters - framework parameters
      Returns:
      the resulting action for logout