Package org.italiangrid.voms.store
Interface LSCFileParser
- All Known Implementing Classes:
DefaultLSCFileParser
public interface LSCFileParser
This interface defines a parser for VOMS LSC files.
- Author:
- Andrea Ceccanti
-
Method Summary
-
Method Details
-
parse
Parses an LSC file. -
parse
Parses an LSC file from a generic input stream.- Parameters:
vo- the name of the VO this LSC file is abouthostname- the name of host this LSC file is aboutis- anInputStreamthat contains the LSC information- Returns:
- an
LSCFileobject - Throws:
VOMSError- in case of parsing errors
-