org.glite.voms.contact
Class VOMSESFileParser

java.lang.Object
  extended by org.glite.voms.contact.VOMSESFileParser

public class VOMSESFileParser
extends Object

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

Author:
Andrea Ceccanti

Method Summary
 VOMSServerMap buildServerMap()
          This method is used to build a VOMSServerMap object starting from vomses configuration files or directories.
static VOMSESFileParser instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.
Throws:
IOException - if a parsing error occurs, or no vomses file is found.

instance

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


Copyright © 2012. All Rights Reserved.