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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.URLbuild(io.micronaut.http.HttpRequest originating)Builds the URL to redirect back to 
 -