Package org.italiangrid.voms.request
Interface VOMSESParser
- All Known Implementing Classes:
LegacyVOMSESParserImpl
public interface VOMSESParser
A VOMSES file parser.
-
Method Details
-
parse
Parses the VOMS contact information from theReader
passed as argument.- Parameters:
vomsesReader
- theReader
object where voms contact information can be read from.- Returns:
- a
VOMSServerInfo
object containing the VOMS server contact information. - Throws:
VOMSError
- in case of parsing errors
-
parse
Parses the VOMS contact information from theFile
passed as argument.- Parameters:
f
- theFile
object where voms contact information can be read from.- Returns:
- a
VOMSServerInfo
object containing the VOMS server contact information. - Throws:
VOMSError
- in case of parsing errors
-