org.italiangrid.voms.ac.impl
Class LeafACLookupStrategy
java.lang.Object
org.italiangrid.voms.ac.impl.LeafACLookupStrategy
- All Implemented Interfaces:
- VOMSACLookupStrategy, VOMSConstants
public class LeafACLookupStrategy
- extends Object
- implements VOMSACLookupStrategy, VOMSConstants
This strategy returns the leaf VOMS Attribute Certificate in a certificate chain, i.e.
the Attribute Certificate found in the latest delegation in the chain.
- Author:
- Andrea Ceccanti
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LeafACLookupStrategy
public LeafACLookupStrategy(ACLookupListener l)
LeafACLookupStrategy
public LeafACLookupStrategy()
lookupVOMSAttributeCertificates
public List<ACParsingContext> lookupVOMSAttributeCertificates(X509Certificate[] certChain)
- Description copied from interface:
VOMSACLookupStrategy
- This method defines how a set of VOMS Attribute Certificates is looked for in a certificate
chain.
- Specified by:
lookupVOMSAttributeCertificates
in interface VOMSACLookupStrategy
- Returns:
- a
List
of ACParsingContext
that describes the lookup outcome
Copyright © 2013. All Rights Reserved.