Package org.italiangrid.voms.ac
Interface VOMSACLookupStrategy
-
- All Known Implementing Classes:
LeafACLookupStrategy
public interface VOMSACLookupStrategyA strategy for looking up a set of VOMS Attribute Certificates from a certificate chain.- Author:
- Andrea Ceccanti
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
lookupVOMSAttributeCertificates
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.- Parameters:
certChain- the certificate chain that will be searched for VOMS attribute certificates- Returns:
- a
ListofACParsingContextthat describes the lookup outcome
-
-