Class AbstractWebAuthStrategy
java.lang.Object
com.inductiveautomation.ignition.gateway.auth.web.strategy.AbstractWebAuthStrategy
- All Implemented Interfaces:
- WebAuthStrategy
Base class for 
WebAuthStrategy implementations- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.gateway.auth.web.strategy.WebAuthStrategygenerateWebAuthEndSessionRequestUri, generateWebAuthRequestUri, isLogoutSupported, parseWebAuthEndSessionResponse, parseWebAuthResponse
- 
Field Details- 
REQUEST_OBJECT_KEY- See Also:
 
- 
type
 
- 
- 
Constructor Details- 
AbstractWebAuthStrategy
 
- 
- 
Method Details- 
getType- Specified by:
- getTypein interface- WebAuthStrategy
- Returns:
- the type of this WebAuthStrategy
 
 
-