Interface EndSessionCallbackUrlBuilder<T>

Type Parameters:
T - Request
All Known Implementing Classes:
DefaultEndSessionCallbackUrlBuilder

@DefaultImplementation(DefaultEndSessionCallbackUrlBuilder.class) public interface EndSessionCallbackUrlBuilder<T>
A contract for generating the URL used by OpenID providers to redirect back to after logging the user out.
Since:
1.2.0
Author:
James Kleeh
  • Method Summary

    Modifier and Type
    Method
    Description
    build(T originating)
    Builds the URL to redirect back to.
  • Method Details

    • build

      URL build(T originating)
      Builds the URL to redirect back to.
      Parameters:
      originating - The originating request
      Returns:
      The URL