Package oracle.security.am.plugin.authn
Interface AuthnModuleOrchStepConfig
public interface AuthnModuleOrchStepConfig
- Since:
- OAM 11.1.1.2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription<wbr>(String description)
void
setOnError<wbr>(String onError)
void
setOnFailure<wbr>(String onFailure)
void
setOnSuccess<wbr>(String onSuccess)
void
setOrchestartionStepName<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
-