Interface WebAuthRequestCollection.WebAuthResponseHandler
- All Known Subinterfaces:
WebAuthRequestCollection.BaseWebAuthResponseHandler,WebAuthRequestCollection.LoginResponseHandler,WebAuthRequestCollection.LogoutResponseHandler
- Enclosing class:
- WebAuthRequestCollection
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Handler for web auth responses
-
Method Summary
Modifier and TypeMethodDescriptionhandle(RequestContext requestContext, WebAuthResponseContext webAuthResponseContext) Handle the web auth response.default void
-
Method Details
-
handle
@Nonnull URI handle(@Nonnull RequestContext requestContext, @Nonnull WebAuthResponseContext webAuthResponseContext) throws Exception Handle the web auth response.- Parameters:
requestContext- theRequestContextfor the HTTP Request carrying the web auth responsewebAuthResponseContext- theWebAuthResponseContextfor the web auth response- Returns:
- the
URIto which the user should be redirected after handling the web auth response - Throws:
Exception- if there is an unexpected problem handling the web auth response
-
handleTimeout
-