Method and Description |
---|
oracle.security.am.plugin.ExecutionStatus.getAction() |
oracle.security.am.plugin.GenericPluginService.getDescription()
This method will be removed in future releases.
Description of the plug-in. This value will be displayed in the UI when the user selects an plug-in to assign to an plugin point. |
oracle.security.am.plugin.ExecutionStatus.getErrorCode() |
oracle.security.am.plugin.ExecutionStatus.getErrorMsg() |
oracle.security.am.plugin.GenericPluginService.getPluginName()
This method will be removed in future releases.
Name will be an identifier for the plug-in. User can use the name and version of the plug-in in plug-in UI to identify the plug-in user want to use. |
oracle.security.am.plugin.GenericPluginService.getRevision()
This method will be removed in future releases.
Returns back the plug-in revision. Items required for plug-in management. Revision should be an integer value. Plugin developers can keep track of multiple revisions of the plugin. The plugin development framework will take care of maintaining version. |
oracle.security.am.plugin.ExecutionStatus.setAction(ExecutionAction) |
oracle.security.am.plugin.ExecutionStatus.setErrorCode(int) |
oracle.security.am.plugin.ExecutionStatus.setErrorMsg(String) |
oracle.security.am.plugin.GenericPluginService.setMonitoringStatus(boolean)
This method will be removed in future releases.
get the monitoring status configured for the plugin. |