|
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager 11g Release 2 (11.1.2.1.0) E27137-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<ExecutionStatus>
oracle.security.am.plugin.ExecutionStatus
public enum ExecutionStatus
Status of the plug-in execution. ABORT and plug-in missing will be treated the same way. If a plug-in is missing during authentication status ABORT will be returned.
| Enum Constant Summary | |
|---|---|
ABORTException during plug-in will result in Abort status. |
|
FAILUREPlug-in failure status. |
|
PAUSEPlug-in execution is not complete and needs input to continue execution |
|
SUCCESSPlug-in success status. |
|
| Method Summary | |
|---|---|
ExecutionAction |
getAction()Deprecated. |
int |
getErrorCode()Deprecated. |
java.lang.String |
getErrorMsg()Deprecated. |
int |
getStatus()Gets the status. |
void |
setAction(ExecutionAction action)Deprecated. |
void |
setErrorCode(int errorCode)Deprecated. |
void |
setErrorMsg(java.lang.String errorMsg)Deprecated. |
static ExecutionStatus |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static ExecutionStatus[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ExecutionStatus SUCCESS
PluginExecutionStrategy will decide the next plug-in to be executedpublic static final ExecutionStatus FAILURE
public static final ExecutionStatus ABORT
public static final ExecutionStatus PAUSE
| Method Detail |
|---|
public static ExecutionStatus[] values()
for (ExecutionStatus c : ExecutionStatus.values())
System.out.println(c);
public static ExecutionStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getStatus()
@Deprecated
public void setErrorMsg(java.lang.String errorMsg)
@Deprecated
public java.lang.String getErrorMsg()
@Deprecated
public void setErrorCode(int errorCode)
@Deprecated
public int getErrorCode()
@Deprecated
public ExecutionAction getAction()
@Deprecated
public void setAction(ExecutionAction action)
|
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager 11g Release 2 (11.1.2.1.0) E27137-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
Copyright © 2013, Oracle Corp. All Rights Reserved.