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 AuthnModuleStepConfig


public interface AuthnModuleStepConfig

AuthnModuleStepConfig will contains the steps defined in the authentication module and the parameters.

Since:
OAM 11.1.1.5.0
Version:
OAM 11.1.1.5.0

Method Summary
 java.lang.String getDescription()
          Gets the description of the step.
 java.util.Map<java.lang.String,java.lang.String> getParamMap()
          Returns the MAP of parameters defined for the plug-in step.
 java.lang.String getPluginName()
          Gets the name of the plugin.
 java.lang.String getStepName()
          Gets the name of the step.
 void setDescription(java.lang.String description)
          Sets a description for the step.
 void setParamMap(java.util.Map<java.lang.String,java.lang.String> paramMap)
          Sets the Map of parameters for the step.
 void setPluginName(java.lang.String pluginName)
          Sets the name of the plugin.
 void setStepName(java.lang.String stepName)
          Sets the name of the step.

 

Method Detail

getStepName

java.lang.String getStepName()
Gets the name of the step.
Returns:
the stepName

setStepName

void setStepName(java.lang.String stepName)
Sets the name of the step.
Parameters:
stepName - the stepName to set

getPluginName

java.lang.String getPluginName()
Gets the name of the plugin.
Returns:
the pluginName

setPluginName

void setPluginName(java.lang.String pluginName)
Sets the name of the plugin.
Parameters:
pluginName - the pluginName to set

getDescription

java.lang.String getDescription()
Gets the description of the step.
Returns:
the description

setDescription

void setDescription(java.lang.String description)
Sets a description for the step.
Parameters:
description - the description to set

getParamMap

java.util.Map<java.lang.String,java.lang.String> getParamMap()
Returns the MAP of parameters defined for the plug-in step.
Returns:
the paramMap

setParamMap

void setParamMap(java.util.Map<java.lang.String,java.lang.String> paramMap)
Sets the Map of parameters for the step.
Parameters:
paramMap - the paramMap 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.