Class DefaultVOMSACParser

  • All Implemented Interfaces:
    VOMSACParser
    Direct Known Subclasses:
    DefaultVOMSValidator

    public class DefaultVOMSACParser
    extends java.lang.Object
    implements VOMSACParser
    Default implementation of the VOMS attribute certificate parsing logic.
    Author:
    Andrea Ceccanti
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<VOMSAttribute> parse​(java.security.cert.X509Certificate[] validatedChain)
      Looks for and parses VOMS attributes in the certificate chain passed as argument (which is assumed to be already validated).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultVOMSACParser

        public DefaultVOMSACParser()
    • Method Detail

      • parse

        public java.util.List<VOMSAttribute> parse​(java.security.cert.X509Certificate[] validatedChain)
        Description copied from interface: VOMSACParser
        Looks for and parses VOMS attributes in the certificate chain passed as argument (which is assumed to be already validated).
        Specified by:
        parse in interface VOMSACParser
        Parameters:
        validatedChain - a validated X.509 certificate chain
        Returns:
        a possibly empty list of VOMSAttribute objects providing access to the parsed VOMS attributes