Interface WebAuthRequestCollection.LogoutResponseHandler
- All Superinterfaces:
WebAuthRequestCollection.BaseWebAuthResponseHandler,WebAuthRequestCollection.WebAuthResponseHandler
- Enclosing class:
- WebAuthRequestCollection
public static interface WebAuthRequestCollection.LogoutResponseHandler
extends WebAuthRequestCollection.BaseWebAuthResponseHandler
WebAuthRequestCollection.BaseWebAuthResponseHandler which handles logout responses-
Method Summary
Modifier and TypeMethodDescriptiondefault voidapplyResponse(WebAuthSession webAuthSession, WebAuthResponseContext webAuthResponseContext) Methods inherited from interface com.inductiveautomation.ignition.gateway.auth.web.WebAuthRequestCollection.BaseWebAuthResponseHandler
doHandle, getIdentityProvider, getSecurityZones, handle, shouldRotateSessionIdMethods 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:
applyResponsein interfaceWebAuthRequestCollection.BaseWebAuthResponseHandler
-