Interface WebAuthRequestCollection.LogoutResponseHandler
-
- All Superinterfaces:
WebAuthRequestCollection.BaseWebAuthResponseHandler
,WebAuthRequestCollection.WebAuthResponseHandler
- Enclosing class:
- WebAuthRequestCollection
public static interface WebAuthRequestCollection.LogoutResponseHandler extends WebAuthRequestCollection.BaseWebAuthResponseHandler
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
applyResponse​(WebAuthSession webAuthSession, WebAuthResponseContext webAuthResponseContext)
-
Methods inherited from interface com.inductiveautomation.ignition.gateway.auth.web.WebAuthRequestCollection.BaseWebAuthResponseHandler
doHandle, getIdentityProvider, getSecurityZones, handle, shouldRotateSessionId
-
-
-
-
Method Detail
-
applyResponse
default void applyResponse​(@Nonnull WebAuthSession webAuthSession, @Nonnull WebAuthResponseContext webAuthResponseContext)
- Specified by:
applyResponse
in interfaceWebAuthRequestCollection.BaseWebAuthResponseHandler
-
-