Package org.italiangrid.voms.ac
Interface VOMSACParser
-
- All Known Subinterfaces:
VOMSACValidator
- All Known Implementing Classes:
DefaultVOMSACParser,DefaultVOMSValidator
public interface VOMSACParserThis interface defines the behavior of a VOMS Attribute Certificate parser.- Author:
- Andrea Ceccanti
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<VOMSAttribute>parse(java.security.cert.X509Certificate[] validatedChain)Looks for and parses VOMS attributes in the certificate chain passed as argument (which is assumed to be already validated).
-
-
-
Method Detail
-
parse
java.util.List<VOMSAttribute> parse(java.security.cert.X509Certificate[] validatedChain)
Looks for and parses VOMS attributes in the certificate chain passed as argument (which is assumed to be already validated).- Parameters:
validatedChain- a validated X.509 certificate chain- Returns:
- a possibly empty list of
VOMSAttributeobjects providing access to the parsed VOMS attributes
-
-