Interface WebAuthStrategyContext
-
public interface WebAuthStrategyContextContext in which aWebAuthStrategyruns
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description IdpAdapterConfiggetConfig()GatewayContextgetGatewayContext()default java.lang.StringgetName()default com.inductiveautomation.ignition.common.gson.JsonElementgetTypedConfig()default WebAuthStrategyConfiggetWebAuthStrategyConfig()
-
-
-
Method Detail
-
getConfig
IdpAdapterConfig getConfig()
-
getName
default java.lang.String getName()
- Returns:
- the name of the IdP associated with the web auth strategy
-
getWebAuthStrategyConfig
default WebAuthStrategyConfig getWebAuthStrategyConfig()
-
getTypedConfig
default com.inductiveautomation.ignition.common.gson.JsonElement getTypedConfig()
- Returns:
- the json config from
WebAuthStrategyConfig.getBackupConfig()if not empty and the current Gateway's redundancy role is a backup, else returnsAbstractTypedConfig.getConfig()
-
getGatewayContext
GatewayContext getGatewayContext()
- Returns:
- the
GatewayContextwhere the IdP associated with the web auth strategy runs
-
-