org.openpermis.editor.policy.plugin
Class AbstractConfigurationPolicyPlugin

java.lang.Object
  extended by org.openpermis.editor.policy.plugin.AbstractPlugin
      extended by org.openpermis.editor.policy.plugin.AbstractPolicyPlugin
          extended by org.openpermis.editor.policy.plugin.AbstractConfigurationPolicyPlugin
All Implemented Interfaces:
Plugin, PolicyPlugin
Direct Known Subclasses:
AbstractPolicySerializerPlugin, RoleAssignmentPlugin

public abstract class AbstractConfigurationPolicyPlugin
extends AbstractPolicyPlugin

Policy plugin that holds a configuration.

Since:
0.9.0

Constructor Summary
AbstractConfigurationPolicyPlugin(ApplicationContext context, PolicyViewConfiguration configuration)
          Creates a new plugin.
 
Method Summary
protected  PolicyViewConfiguration getConfiguration()
          Returns the view configuration of this plugin.
 
Methods inherited from class org.openpermis.editor.policy.plugin.AbstractPolicyPlugin
getPolicyPresenter, refresh, updateActions
 
Methods inherited from class org.openpermis.editor.policy.plugin.AbstractPlugin
customizeMenu, customizeToolBar, getAction, getActionMap, getApplicationContext, getMainContentPane, getMainFrame, getResourceMap, getTranslation, getTranslation, showError, showWarning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openpermis.editor.policy.plugin.Plugin
customizeMenu, customizeToolBar
 

Constructor Detail

AbstractConfigurationPolicyPlugin

public AbstractConfigurationPolicyPlugin(ApplicationContext context,
                                         PolicyViewConfiguration configuration)
Creates a new plugin.

Parameters:
context - the application context of this plugin.
configuration - the configuration of this plugin.
Since:
0.9.0
Method Detail

getConfiguration

protected PolicyViewConfiguration getConfiguration()
Returns the view configuration of this plugin.

Returns:
the view configuration of this plugin.
Since:
0.9.0


OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:17:21
Copyright (c) 2002-2007 Ergon Informatik AG