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
- theRequestContext
for the HTTP Request carrying the web auth responsewebAuthResponseContext
- theWebAuthResponseContext
for the web auth response- Returns:
- the
URI
to 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
-