org.italiangrid.voms.ac.impl
public class DefaultVOMSACParser extends Object implements VOMSACParser
Constructor and Description |
---|
DefaultVOMSACParser() |
DefaultVOMSACParser(VOMSACLookupStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
protected X509Certificate[] |
getCertChain() |
protected List<VOMSAttribute> |
parse() |
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).
|
protected void |
setCertChain(X509Certificate[] certChain) |
public DefaultVOMSACParser()
public DefaultVOMSACParser(VOMSACLookupStrategy strategy)
public List<VOMSAttribute> parse(X509Certificate[] validatedChain)
VOMSACParser
parse
in interface VOMSACParser
validatedChain
- a validated X.509 certificate chainVOMSAttribute
objects providing access to the parsed VOMS attributesprotected List<VOMSAttribute> parse()
protected X509Certificate[] getCertChain()
protected void setCertChain(X509Certificate[] certChain)
certChain
- the certChain to setCopyright © 2013. All Rights Reserved.