org.glite.voms
Class LSCFile
public class LSCFile
extends java.lang.Object
The job of this class is to represent a *.lsc file in the vomsdir
directory.
LSCFile(File f) - Loads a *.lsc file from a File
|
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.
|
LSCFile
public LSCFile(File f)
throws IOException
Loads a *.lsc file from a File
f
- the file to load from
getDNLists
public Vector getDNLists()
Returns the allowed subject/issuer DN sequences for this file.
- a vector whose elements are vectors of strings describing
the exact sequences.
getName
public String getName()
Returns the basename of the file from which this was loaded.
- the filename, or null if nothing was loaded.