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 void
Parses the VOMS contact information from theFile
passed as argument.Parses the VOMS contact information from theReader
passed 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:VOMSESParser
Parses the VOMS contact information from theReader
passed as argument.- Specified by:
parse
in interfaceVOMSESParser
- Parameters:
vomsesReader
- theReader
object where voms contact information can be read from.- Returns:
- a
VOMSServerInfo
object containing the VOMS server contact information.
-
parseDirectory
-
parse
Description copied from interface:VOMSESParser
Parses the VOMS contact information from theFile
passed as argument.- Specified by:
parse
in interfaceVOMSESParser
- Parameters:
f
- theFile
object where voms contact information can be read from.- Returns:
- a
VOMSServerInfo
object containing the VOMS server contact information.
-