Interface EndSessionCallbackUrlBuilder
- All Known Implementing Classes:
 DefaultEndSessionCallbackUrlBuilder
@DefaultImplementation(DefaultEndSessionCallbackUrlBuilder.class)
public interface EndSessionCallbackUrlBuilder
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
- 
build
Builds the URL to redirect back to.- Parameters:
 originating- The originating request- Returns:
 - The URL
 
 
 -