Package org.italiangrid.voms.ac
Interface VOMSACLookupStrategy
- All Known Implementing Classes:
LeafACLookupStrategy
public interface VOMSACLookupStrategy
A strategy for looking up a set of VOMS Attribute Certificates from a
certificate chain.
-
Method Summary
Modifier and TypeMethodDescriptionlookupVOMSAttributeCertificates
(X509Certificate[] certChain) This method defines how a set of VOMS Attribute Certificates is looked for in a certificate chain.
-
Method Details
-
lookupVOMSAttributeCertificates
This method defines how a set of VOMS Attribute Certificates is looked for in a certificate chain.- Parameters:
certChain
- the certificate chain that will be searched for VOMS attribute certificates- Returns:
- a
List
ofACParsingContext
that describes the lookup outcome
-