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 VOMSACParserVOMSValidators. newParser() -
Uses of VOMSACParser in org.italiangrid.voms.ac
Subinterfaces of VOMSACParser in org.italiangrid.voms.ac Modifier and Type Interface Description interfaceVOMSACValidatorThis interface extends theVOMSACParserinterface 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 classDefaultVOMSACParserDefault implementation of the VOMS attribute certificate parsing logic.classDefaultVOMSValidatorThe default implementation of the VOMS validator.
-