Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2.1.0)

E27137-02


oracle.security.am.plugin
Interface ModuleAdvice


public interface ModuleAdvice

ModuleAdvice will encapsulate the result of PluginExecutionStrategy execution. ModuleAdvice will be returned by processExecutionStrategy() method in PluginExecutionStrategy class. getAdvice() will give the Advice. and the getModuleName() will return the module to be executed next.

Since:
OAM 11.1.1.5.0
Version:
OAM 11.1.2.0.0

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

getAdvice

Advice getAdvice()
returns the Advice associated with the ModuleAdvice.
Returns:
the advice

getModuleName

java.lang.String getModuleName()
returns the module name that should be executed next.
Returns:
moduleName value.

Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2.1.0)

E27137-02


Copyright © 2013, Oracle Corp. All Rights Reserved.