public class DefaultVOMSACParser extends Object implements VOMSACParser
| Constructor and Description |
|---|
DefaultVOMSACParser() |
DefaultVOMSACParser(VOMSACLookupStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
List<VOMSAttribute> |
parse(X509Certificate[] validatedChain)
Looks for and parses VOMS attributes in the certificate chain passed as
argument (which is assumed to be already validated).
|
public DefaultVOMSACParser()
public DefaultVOMSACParser(VOMSACLookupStrategy strategy)
public List<VOMSAttribute> parse(X509Certificate[] validatedChain)
VOMSACParserparse in interface VOMSACParservalidatedChain - a validated X.509 certificate chainVOMSAttribute objects providing
access to the parsed VOMS attributesCopyright © 2014. All rights reserved.