org.glite.voms.contact

Class VOMSESFileParser


public class VOMSESFileParser
extends java.lang.Object

This class implements support for vomses configuration files and directories. The vomses file search procedure is as follows:

Method Summary

VOMSServerMap
buildServerMap()
This method is used to build a VOMSServerMap object starting from vomses configuration files or directories.
static VOMSESFileParser
instance()

Method Details

buildServerMap

public VOMSServerMap buildServerMap()
            throws IOException
This method is used to build a VOMSServerMap object starting from vomses configuration files or directories.
Returns:
a VOMSServerMap object that reflects vomses configuration files.

instance

public static VOMSESFileParser instance()
Returns:
a new instance of VOMSESFileParser.