|
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 AuthnModuleOrchStepConfig
Configuration of Module orchestration steps.
| Method Summary | |
|---|---|
java.lang.String |
getDescription()Get the description of the step |
java.lang.String |
getOnError()Gets the outcome value on Error condition |
java.lang.String |
getOnFailure()Gets the outcome value on failure event. |
java.lang.String |
getOnSuccess()Retuns the outcome value on success. |
java.lang.String |
getOrchestartionStepName()Retuns the Step name |
void |
setDescription(java.lang.String description)Sets the description of the step |
void |
setOnError(java.lang.String onError)Sets the outcome value on Error condition. |
void |
setOnFailure(java.lang.String onFailure)Sets the outcome value on failure event. |
void |
setOnSuccess(java.lang.String onSuccess)Sets the outcome value on success event. |
void |
setOrchestartionStepName(java.lang.String orchestartionStepName)Sets the step name. |
| Method Detail |
|---|
java.lang.String getOrchestartionStepName()
void setOrchestartionStepName(java.lang.String orchestartionStepName)
orchestartionStepName - the orchestartionStepName to setjava.lang.String getDescription()
void setDescription(java.lang.String description)
description - the description to setjava.lang.String getOnSuccess()
void setOnSuccess(java.lang.String onSuccess)
onSuccess - the onSuccess to setjava.lang.String getOnFailure()
void setOnFailure(java.lang.String onFailure)
onFailure - the onFailure to setjava.lang.String getOnError()
void setOnError(java.lang.String onError)
onError - the onError 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 | |||||||||