Interface CallbackLogic

All Known Implementing Classes:
DefaultCallbackLogic
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 CallbackLogic
Callback logic to finish the login process for an indirect client.
Since:
1.9.0
Author:
Jerome Leleu
  • Method Details

    • perform

      Object perform(Config config, String defaultUrl, Boolean renewSession, String defaultClient, FrameworkParameters parameters)
      Perform the callback logic.
      Parameters:
      config - the security configuration
      defaultUrl - the default url
      renewSession - whether the session must be renewed
      defaultClient - the default client
      parameters - framework parameters
      Returns:
      the resulting action of the callback