Package oracle.security.am.plugin.authn
Interface AuthnModuleStrategyConfig
public interface AuthnModuleStrategyConfig
- Since:
- OAM 11.1.1.2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setOrchestrationSteps<wbr>(List<AuthnModuleOrchStepConfig> orchestrationSteps)
void
setStartingStep<wbr>(String startingStep)
void
setStrategyName<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
-