|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.util.namespace.NamespaceFormat
org.glite.security.util.namespace.LegacyNamespaceFormat
public class LegacyNamespaceFormat
Legacy policy language format. # Globus CA rights access_id_CA X509 '/C=US/O=Globus/CN=Globus Certification Authority' pos_rights globus CA:sign cond_subjects globus '"/C=us/O=Globus/*" "/C=US/O=Globus/*"'
Constructor Summary | |
---|---|
LegacyNamespaceFormat()
The constructor to create an empty namespace. |
Method Summary | |
---|---|
void |
parse(java.lang.String filename)
Parses a namespaces file. |
Methods inherited from class org.glite.security.util.namespace.NamespaceFormat |
---|
getPolices, getVersion, setVersion |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LegacyNamespaceFormat()
Method Detail |
---|
public void parse(java.lang.String filename) throws java.io.IOException, java.text.ParseException
parse
in class NamespaceFormat
filename
- filename of the namespaces file
java.io.IOException
- if unsuccessful
java.text.ParseException
- if the namespaces file format is incorrect
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |