Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


oracle.security.am.plugin.authn
Interface AuthnModuleStrategyConfig


public interface AuthnModuleStrategyConfig

AuthnModuleStrategyConfig object contains the configuration required for strategy execution.

Since:
OAM 11.1.1.5.0
Version:
OAM 11.1.1.5.0

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

getStrategyName

java.lang.String getStrategyName()
Gets the Strategy name.
Returns:
the strategyName

setStrategyName

void setStrategyName(java.lang.String strategyName)
Sets the strategy name.
Parameters:
strategyName - the strategyName to set

getStartingStep

java.lang.String getStartingStep()
Returns the starting step for the strategy configuration.
Returns:
the startingStep

setStartingStep

void setStartingStep(java.lang.String startingStep)
Sets the starting step for the strategy configuration.
Parameters:
startingStep - the startingStep to set

getOrchestrationSteps

java.util.List<AuthnModuleOrchStepConfig> getOrchestrationSteps()
Gets the list of AuthnModuleOrchStepConfig objects. Which defines the steps that constitute the module.
Returns:
the orchestrationSteps

setOrchestrationSteps

void setOrchestrationSteps(java.util.List<AuthnModuleOrchStepConfig> orchestrationSteps)
Sets the list of AuthnModuleOrchStepConfig objects. Which defines the steps that constitute the module.
Parameters:
orchestrationSteps - the orchestrationSteps to set

Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.