org.exist.client.xacml
Class RuleEditor

java.lang.Object
  extended by org.exist.client.xacml.AbstractNodeEditor
      extended by org.exist.client.xacml.PolicyElementEditor
          extended by org.exist.client.xacml.RuleEditor
All Implemented Interfaces:
ActionListener, EventListener, DocumentListener, NodeEditor

public class RuleEditor
extends PolicyElementEditor


Field Summary
static String DENY
           
static String PERMIT
           
 
Constructor Summary
RuleEditor()
           
 
Method Summary
 int getEffect()
           
 void pushChanges()
           
 void setNode(XACMLTreeNode treeNode)
           
 
Methods inherited from class org.exist.client.xacml.PolicyElementEditor
actionPerformed, changedUpdate, getAlgorithm, getComponent, getDescription, getId, getID, getIDString, insertUpdate, removeUpdate
 
Methods inherited from class org.exist.client.xacml.AbstractNodeEditor
addChangeListener, removeChangeListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PERMIT

public static final String PERMIT
See Also:
Constant Field Values

DENY

public static final String DENY
See Also:
Constant Field Values
Constructor Detail

RuleEditor

public RuleEditor()
Method Detail

getEffect

public int getEffect()

setNode

public void setNode(XACMLTreeNode treeNode)
Specified by:
setNode in interface NodeEditor
Overrides:
setNode in class PolicyElementEditor

pushChanges

public void pushChanges()
Specified by:
pushChanges in interface NodeEditor
Overrides:
pushChanges in class PolicyElementEditor


Copyright (C) Wolfgang Meier. All rights reserved.