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
- 
Method Details- 
buildBuilds the URL to redirect back to.- Parameters:
- originating- The originating request
- Returns:
- The URL
 
 
-