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 SummaryModifier and TypeMethodDescriptiondefault voidapplyResponse(WebAuthSession webAuthSession, WebAuthResponseContext webAuthResponseContext) Methods inherited from interface com.inductiveautomation.ignition.gateway.auth.web.WebAuthRequestCollection.BaseWebAuthResponseHandlerdoHandle, getIdentityProvider, getSecurityZones, handle, shouldRotateSessionIdMethods inherited from interface com.inductiveautomation.ignition.gateway.auth.web.WebAuthRequestCollection.WebAuthResponseHandlerhandleTimeout
- 
Method Details- 
applyResponsedefault void applyResponse(@Nonnull WebAuthSession webAuthSession, @Nonnull WebAuthResponseContext webAuthResponseContext) - Specified by:
- applyResponsein interface- WebAuthRequestCollection.BaseWebAuthResponseHandler
 
 
-