Uses of Interface
org.italiangrid.voms.ac.VOMSACParser
-
Packages that use VOMSACParser Package Description org.italiangrid.voms This package provides main VOMS Java APIs class and interfaces.org.italiangrid.voms.ac This package provides the APIs to perform validation and parsing of VOMS attributes.org.italiangrid.voms.ac.impl Implementation classes for VOMS attributes validation and parsing. -
-
Uses of VOMSACParser in org.italiangrid.voms
Methods in org.italiangrid.voms that return VOMSACParser Modifier and Type Method Description static VOMSACParser
VOMSValidators. newParser()
-
Uses of VOMSACParser in org.italiangrid.voms.ac
Subinterfaces of VOMSACParser in org.italiangrid.voms.ac Modifier and Type Interface Description interface
VOMSACValidator
This interface extends theVOMSACParser
interface and provides methods to perform validation on the VOMS Attribute Certificates parsed from a given certificate chain. -
Uses of VOMSACParser in org.italiangrid.voms.ac.impl
Classes in org.italiangrid.voms.ac.impl that implement VOMSACParser Modifier and Type Class Description class
DefaultVOMSACParser
Default implementation of the VOMS attribute certificate parsing logic.class
DefaultVOMSValidator
The default implementation of the VOMS validator.
-