Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


oracle.security.am.plugin.authn
Interface AuthnModuleOrchStepConfig


public interface AuthnModuleOrchStepConfig

Configuration of Module orchestration steps.

Since:
OAM 11.1.1.5.0
Version:
OAM 11.1.1.5.0

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

getOrchestartionStepName

java.lang.String getOrchestartionStepName()
Retuns the Step name
Returns:
the orchestartionStepName

setOrchestartionStepName

void setOrchestartionStepName(java.lang.String orchestartionStepName)
Sets the step name.
Parameters:
orchestartionStepName - the orchestartionStepName to set

getDescription

java.lang.String getDescription()
Get the description of the step
Returns:
the description

setDescription

void setDescription(java.lang.String description)
Sets the description of the step
Parameters:
description - the description to set

getOnSuccess

java.lang.String getOnSuccess()
Retuns the outcome value on success.
Returns:
the onSuccess

setOnSuccess

void setOnSuccess(java.lang.String onSuccess)
Sets the outcome value on success event.
Parameters:
onSuccess - the onSuccess to set

getOnFailure

java.lang.String getOnFailure()
Gets the outcome value on failure event.
Returns:
the onFailure

setOnFailure

void setOnFailure(java.lang.String onFailure)
Sets the outcome value on failure event.
Parameters:
onFailure - the onFailure to set

getOnError

java.lang.String getOnError()
Gets the outcome value on Error condition
Returns:
the onError

setOnError

void setOnError(java.lang.String onError)
Sets the outcome value on Error condition.
Parameters:
onError - the onError to set

Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.