|
|||||||||
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.RepositoryPolicyNode
public class XMLPolicyParser.RepositoryPolicyNode
This class represents the RepositoryPolicy node. It knows URLs of all repositories listed.
Field Summary |
---|
Fields inherited from class issrg.pba.rbac.xmlpolicy.PolicyXMLNode |
---|
attributes, children, name, nodeStr |
Constructor Summary | |
---|---|
XMLPolicyParser.RepositoryPolicyNode(org.xml.sax.Attributes attrs)
This constructor builds a RepositoryPolicyNode given the set of attributes of the XML element. |
Method Summary | |
---|---|
void |
construct()
This method gets the URLs, but it does not check if they can be interpreted by any URLHandler. |
java.lang.String[] |
getURLs()
This method returns an array of repository URLs declared in this policy. |
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.RepositoryPolicyNode(org.xml.sax.Attributes attrs)
attrs
- - the attributes of the XML elementMethod Detail |
---|
public void construct() throws PolicyParsingException
construct
in class PolicyXMLNode
PolicyParsingException
- if any syntax or semantics error occurredpublic java.lang.String[] getURLs()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |