public class LeafACLookupStrategy extends java.lang.Object implements VOMSACLookupStrategy, VOMSConstants
Modifier and Type | Field and Description |
---|---|
private ACLookupListener |
listener |
VOMS_CERTS_OID, VOMS_EXTENSION_OID, VOMS_FQANS_OID, VOMS_GENERIC_ATTRS_OID, VOMS_HANDLED_EXTENSIONS
Constructor and Description |
---|
LeafACLookupStrategy() |
LeafACLookupStrategy(ACLookupListener l) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ACParsingContext> |
lookupVOMSAttributeCertificates(java.security.cert.X509Certificate[] certChain)
This method defines how a set of VOMS Attribute Certificates is looked for
in a certificate chain.
|
private ACLookupListener listener
public LeafACLookupStrategy(ACLookupListener l)
public LeafACLookupStrategy()
public java.util.List<ACParsingContext> lookupVOMSAttributeCertificates(java.security.cert.X509Certificate[] certChain)
VOMSACLookupStrategy
lookupVOMSAttributeCertificates
in interface VOMSACLookupStrategy
certChain
- the certificate chain that will be searched for VOMS attribute
certificatesList
of ACParsingContext
that describes the
lookup outcome