Class AbstractWebAuthStrategy
- java.lang.Object
- 
- com.inductiveautomation.ignition.gateway.auth.web.strategy.AbstractWebAuthStrategy
 
- 
- All Implemented Interfaces:
- WebAuthStrategy
 
 public abstract class AbstractWebAuthStrategy extends java.lang.Object implements WebAuthStrategy Base class forWebAuthStrategyimplementations
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringREQUEST_OBJECT_KEYprotected java.lang.Stringtype
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedAbstractWebAuthStrategy(java.lang.String type)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetType()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.gateway.auth.web.strategy.WebAuthStrategygenerateWebAuthEndSessionRequestUri, generateWebAuthRequestUri, isLogoutSupported, parseWebAuthEndSessionResponse, parseWebAuthResponse
 
- 
 
- 
- 
- 
Field Detail- 
REQUEST_OBJECT_KEYpublic static final java.lang.String REQUEST_OBJECT_KEY - See Also:
- Constant Field Values
 
 - 
typeprotected final java.lang.String type 
 
- 
 - 
Method Detail- 
getType@Nonnull public java.lang.String getType() - Specified by:
- getTypein interface- WebAuthStrategy
- Returns:
- the type of this WebAuthStrategy
 
 
- 
 
-