Interface WebAuthStrategyContext
-
public interface WebAuthStrategyContext
Context in which aWebAuthStrategy
runs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description IdpAdapterConfig
getConfig()
GatewayContext
getGatewayContext()
default java.lang.String
getName()
default WebAuthStrategyConfig
getWebAuthStrategyConfig()
-
-
-
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()
-
getGatewayContext
GatewayContext getGatewayContext()
- Returns:
- the
GatewayContext
where the IdP associated with the web auth strategy runs
-
-