Class AbstractWebAuthStrategy
java.lang.Object
com.inductiveautomation.ignition.gateway.auth.web.strategy.AbstractWebAuthStrategy
- All Implemented Interfaces:
WebAuthStrategy
Base class for
WebAuthStrategy
implementations-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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 Details
-
REQUEST_OBJECT_KEY
- See Also:
-
type
-
-
Constructor Details
-
AbstractWebAuthStrategy
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceWebAuthStrategy
- Returns:
- the type of this
WebAuthStrategy
-