Package oracle.security.am.plugin.authn
Interface AuthnModuleStrategyConfig
public interface AuthnModuleStrategyConfig
- Since:
- OAM 11.1.1.2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetOrchestrationSteps<wbr>(List<AuthnModuleOrchStepConfig> orchestrationSteps)voidsetStartingStep<wbr>(String startingStep)voidsetStrategyName<wbr>(String strategyName)
-
Method Details
-
getStrategyName
String getStrategyName()- Returns:
- the strategyName
-
setStrategyName
- Parameters:
strategyName- the strategyName to set
-
getStartingStep
String getStartingStep()- Returns:
- the startingStep
-
setStartingStep
- Parameters:
startingStep- the startingStep to set
-
getOrchestrationSteps
List<AuthnModuleOrchStepConfig> getOrchestrationSteps()- Returns:
- the orchestrationSteps
-
setOrchestrationSteps
- Parameters:
orchestrationSteps- the orchestrationSteps to set
-