|
Oracle Access Manager Extensibility Java API Reference 11g Release 1 (11.1.1.5) E22473-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthnModuleStrategyConfig
AuthnModuleStrategyConfig object contains the configuration required for strategy execution.
| Method Summary | |
|---|---|
java.util.List<AuthnModuleOrchStepConfig> |
getOrchestrationSteps()Gets the list of AuthnModuleOrchStepConfig objects. |
java.lang.String |
getStartingStep()Returns the starting step for the strategy configuration. |
java.lang.String |
getStrategyName()Gets the Strategy name. |
void |
setOrchestrationSteps(java.util.List<AuthnModuleOrchStepConfig> orchestrationSteps)Sets the list of AuthnModuleOrchStepConfig objects. |
void |
setStartingStep(java.lang.String startingStep)Sets the starting step for the strategy configuration. |
void |
setStrategyName(java.lang.String strategyName)Sets the strategy name. |
| Method Detail |
|---|
java.lang.String getStrategyName()
void setStrategyName(java.lang.String strategyName)
strategyName - the strategyName to setjava.lang.String getStartingStep()
void setStartingStep(java.lang.String startingStep)
startingStep - the startingStep to setjava.util.List<AuthnModuleOrchStepConfig> getOrchestrationSteps()
AuthnModuleOrchStepConfig objects. Which defines the steps that constitute the module.void setOrchestrationSteps(java.util.List<AuthnModuleOrchStepConfig> orchestrationSteps)
AuthnModuleOrchStepConfig objects. Which defines the steps that constitute the module.orchestrationSteps - the orchestrationSteps to set
|
Oracle Access Manager Extensibility Java API Reference 11g Release 1 (11.1.1.5) E22473-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||