Package oracle.security.am.plugin.authn
Interface AuthnModuleStepConfig
public interface AuthnModuleStepConfig
- Since:
- OAM 11.1.1.2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription<wbr>(String description)voidsetParamMap<wbr>(Map<String,<wbr>String> paramMap)voidsetPluginName<wbr>(String pluginName)voidsetStepName<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
-