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 Summary
Fields Modifier and Type Field Description static java.lang.StringREQUEST_OBJECT_KEYprotected java.lang.Stringtype 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractWebAuthStrategy(java.lang.String type) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetType()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.inductiveautomation.ignition.gateway.auth.web.strategy.WebAuthStrategy
generateWebAuthEndSessionRequestUri, generateWebAuthRequestUri, isLogoutSupported, parseWebAuthEndSessionResponse, parseWebAuthResponse 
 - 
 
 - 
 
- 
- 
Field Detail
- 
REQUEST_OBJECT_KEY
public static final java.lang.String REQUEST_OBJECT_KEY
- See Also:
 - Constant Field Values
 
 
- 
type
protected final java.lang.String type
 
 - 
 
- 
Method Detail
- 
getType
@Nonnull public java.lang.String getType()
- Specified by:
 getTypein interfaceWebAuthStrategy- Returns:
 - the type of this 
WebAuthStrategy 
 
 - 
 
 -