Class LegacyVOMSESParserImpl
java.lang.Object
org.italiangrid.voms.request.impl.LegacyVOMSESParserImpl
- All Implemented Interfaces:
VOMSESParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidParses the VOMS contact information from theFilepassed as argument.Parses the VOMS contact information from theReaderpassed as argument.protected List<VOMSServerInfo> parseDirectory(File directory) protected VOMSServerInfo
-
Field Details
-
lineParser
-
-
Constructor Details
-
LegacyVOMSESParserImpl
public LegacyVOMSESParserImpl()
-
-
Method Details
-
fileSanityChecks
-
parseLine
- Throws:
URISyntaxException
-
parse
Description copied from interface:VOMSESParserParses the VOMS contact information from theReaderpassed as argument.- Specified by:
parsein interfaceVOMSESParser- Parameters:
vomsesReader- theReaderobject where voms contact information can be read from.- Returns:
- a
VOMSServerInfoobject containing the VOMS server contact information.
-
parseDirectory
-
parse
Description copied from interface:VOMSESParserParses the VOMS contact information from theFilepassed as argument.- Specified by:
parsein interfaceVOMSESParser- Parameters:
f- theFileobject where voms contact information can be read from.- Returns:
- a
VOMSServerInfoobject containing the VOMS server contact information.
-