|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.voms.contact.VOMSESFileParser
public class VOMSESFileParser
This class implements support for vomses configuration files and directories. The vomses file search procedure is as follows:
GLITE_LOCATION
system property is set, the $GLITE_LOCATION/etc/vomses
path is added
to the search path.
VOMSES_LOCATION
system propery is set, its value its interpreted as a colon (:) separated list of paths
that are added to the search path.
${user.home}/.globus/vomses
file or directory is set, it is added to the search path.${user.home}/.glite/vomses
file or directory is set, it is added to the search path.
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 |
---|
public VOMSServerMap buildServerMap() throws java.io.IOException
VOMSServerMap
object starting from
vomses configuration files or directories.
VOMSServerMap
object that reflects vomses configuration files.
java.io.IOException
- if a parsing error occurs, or no vomses file is found.public static VOMSESFileParser instance()
VOMSESFileParser
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |