Skip navigation links

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

E22473-01


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.1.5.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 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.