|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.voms.LSCFile
public class LSCFile
The job of this class is to represent a *.lsc file in the vomsdir directory.
Constructor Summary | |
---|---|
LSCFile(File f)
Loads a *.lsc file from a File |
Method Summary | |
---|---|
Vector |
getDNLists()
Returns the allowed subject/issuer DN sequences for this file. |
String |
getName()
Returns the basename of the file from which this was loaded. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LSCFile(File f) throws IOException
f
- the file to load from
IOException
- if there are problems loading the file.Method Detail |
---|
public String getName()
public Vector getDNLists()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |