Package oracle.security.am.plugin.authn
Interface AuthnModuleOrchStepConfig
public interface AuthnModuleOrchStepConfig
- Since:
- OAM 11.1.1.2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription<wbr>(String description)voidsetOnError<wbr>(String onError)voidsetOnFailure<wbr>(String onFailure)voidsetOnSuccess<wbr>(String onSuccess)voidsetOrchestartionStepName<wbr>(String orchestartionStepName)
-
Method Details
-
getOrchestartionStepName
String getOrchestartionStepName()- Returns:
- the orchestartionStepName
-
setOrchestartionStepName
- Parameters:
orchestartionStepName- the orchestartionStepName to set
-
getDescription
String getDescription()- Returns:
- the description
-
setDescription
- Parameters:
description- the description to set
-
getOnSuccess
String getOnSuccess()- Returns:
- the onSuccess
-
setOnSuccess
- Parameters:
onSuccess- the onSuccess to set
-
getOnFailure
String getOnFailure()- Returns:
- the onFailure
-
setOnFailure
- Parameters:
onFailure- the onFailure to set
-
getOnError
String getOnError()- Returns:
- the onError
-
setOnError
- Parameters:
onError- the onError to set
-