|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.pba.rbac.xmlpolicy.PolicyXMLNode issrg.pba.rbac.xmlpolicy.XMLPolicyParser.MSoDPolicySetNode
public class XMLPolicyParser.MSoDPolicySetNode
This class represents the MSoDPolicy set. added for MSoD Last modified by Yiqing on 28/052008 -- Hard codes of the tag names are all modified. The tag names are now read from XMLTags.
Field Summary |
---|
Fields inherited from class issrg.pba.rbac.xmlpolicy.PolicyXMLNode |
---|
attributes, children, name, nodeStr |
Constructor Summary | |
---|---|
XMLPolicyParser.MSoDPolicySetNode(org.xml.sax.Attributes attrs)
|
Method Summary | |
---|---|
void |
construct()
This method is called when the node is closed. |
java.util.Vector |
getMSoDRules()
|
Methods inherited from class issrg.pba.rbac.xmlpolicy.PolicyXMLNode |
---|
addChild, addString, getAttributes, getChildren, getName, getString, toString, toXML, toXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XMLPolicyParser.MSoDPolicySetNode(org.xml.sax.Attributes attrs)
Method Detail |
---|
public void construct() throws PolicyParsingException
PolicyXMLNode
This method does nothing by default, and should be overridden.
construct
in class PolicyXMLNode
PolicyParsingException
- if any syntax or semantics error occurredpublic java.util.Vector getMSoDRules()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |