Interface WebAuthRequestCollection.LoginResponseHandler
- 
- All Superinterfaces:
 WebAuthRequestCollection.BaseWebAuthResponseHandler,WebAuthRequestCollection.WebAuthResponseHandler
- Enclosing class:
 - WebAuthRequestCollection
 
public static interface WebAuthRequestCollection.LoginResponseHandler extends WebAuthRequestCollection.BaseWebAuthResponseHandler
 
- 
- 
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidapplyResponse(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:
 applyResponsein interfaceWebAuthRequestCollection.BaseWebAuthResponseHandler
 
 - 
 
 -