|
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 | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModuleAdvice
ModuleAdvice
will encapsulate the result of PluginExecutionStrategy
execution. ModuleAdvice
will be returned by processExecutionStrategy()
method in
class. PluginExecutionStrategy
getAdvice()
will give the Advice
. and the getModuleName()
will return the module to be executed next.
Method Summary | |
---|---|
Advice |
getAdvice() returns the Advice associated with the ModuleAdvice. |
java.lang.String |
getModuleName() returns the module name that should be executed next. |
Method Detail |
---|
Advice getAdvice()
Advice
associated with the ModuleAdvice.
Advice.ABORT
to abort the execution flow.Advice.STOP
signaling the end of the execution.Advice.CONTINUE
to continue the execution.java.lang.String getModuleName()
|
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 | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2013, Oracle Corp. All Rights Reserved.