Package oracle.security.am.plugin.authn
Interface AuthnModuleStepConfig
public interface AuthnModuleStepConfig
- Since:
- OAM 11.1.1.2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription<wbr>(String description)
void
setParamMap<wbr>(Map<String,<wbr>String> paramMap)
void
setPluginName<wbr>(String pluginName)
void
setStepName<wbr>(String stepName)
-
Method Details
-
getStepName
String getStepName()- Returns:
- the stepName
-
setStepName
- Parameters:
stepName
- the stepName to set
-
getPluginName
String getPluginName()- Returns:
- the pluginName
-
setPluginName
- Parameters:
pluginName
- the pluginName to set
-
getDescription
String getDescription()- Returns:
- the description
-
setDescription
- Parameters:
description
- the description to set
-
getParamMap
- Returns:
- the paramMap
-
setParamMap
- Parameters:
paramMap
- the paramMap to set
-