|
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 AuthnModuleStepConfig
AuthnModuleStepConfig will contains the steps defined in the authentication module and the parameters.
| 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 |
|---|
java.lang.String getStepName()
void setStepName(java.lang.String stepName)
stepName - the stepName to setjava.lang.String getPluginName()
void setPluginName(java.lang.String pluginName)
pluginName - the pluginName to setjava.lang.String getDescription()
void setDescription(java.lang.String description)
description - the description to setjava.util.Map<java.lang.String,java.lang.String> getParamMap()
void setParamMap(java.util.Map<java.lang.String,java.lang.String> paramMap)
paramMap - the paramMap 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 | |||||||||