Interface WebAuthRequestCollection.LoginResponseHandler
- All Superinterfaces:
WebAuthRequestCollection.BaseWebAuthResponseHandler
,WebAuthRequestCollection.WebAuthResponseHandler
- Enclosing class:
- WebAuthRequestCollection
public static interface WebAuthRequestCollection.LoginResponseHandler
extends WebAuthRequestCollection.BaseWebAuthResponseHandler
WebAuthRequestCollection.BaseWebAuthResponseHandler
which handles login responses-
Method Summary
Modifier and TypeMethodDescriptiondefault void
applyResponse
(WebAuthSession webAuthSession, WebAuthResponseContext webAuthResponseContext) Methods inherited from interface com.inductiveautomation.ignition.gateway.auth.web.WebAuthRequestCollection.BaseWebAuthResponseHandler
doHandle, getIdentityProvider, getSecurityZones, handle, shouldRotateSessionId
Methods inherited from interface com.inductiveautomation.ignition.gateway.auth.web.WebAuthRequestCollection.WebAuthResponseHandler
handleTimeout
-
Method Details
-
applyResponse
default void applyResponse(@Nonnull WebAuthSession webAuthSession, @Nonnull WebAuthResponseContext webAuthResponseContext) - Specified by:
applyResponse
in interfaceWebAuthRequestCollection.BaseWebAuthResponseHandler
-