|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.util.Namespace
public class Namespace
The namespace definition for a CA.
Constructor Summary | |
---|---|
Namespace(java.io.BufferedReader in)
Constructs a namespace from the input. |
Method Summary | |
---|---|
NamespaceRule[] |
getRules()
Returns the set of rules. |
java.lang.String |
toString()
Returns a String representation of the namespace rules. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Namespace(java.io.BufferedReader in) throws java.io.IOException
in
- the buffer to read for the namespaces.
java.io.IOException
- thrown in case there is an error reading the file.Method Detail |
---|
public NamespaceRule[] getRules()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |