Uses of Interface
org.italiangrid.voms.request.VOMSESParser
-
Packages that use VOMSESParser Package Description org.italiangrid.voms.request This package provides the API for requesting VOMS attribtues from a remote VOMS server.org.italiangrid.voms.request.impl This package provides the implementation logic for VOMS attributes requests. -
-
Uses of VOMSESParser in org.italiangrid.voms.request
Methods in org.italiangrid.voms.request that return VOMSESParser Modifier and Type Method Description static VOMSESParserVOMSESParserFactory. newVOMSESParser() -
Uses of VOMSESParser in org.italiangrid.voms.request.impl
Classes in org.italiangrid.voms.request.impl that implement VOMSESParser Modifier and Type Class Description classLegacyVOMSESParserImplImplementation of theVOMSESParserinterface.Fields in org.italiangrid.voms.request.impl declared as VOMSESParser Modifier and Type Field Description private VOMSESParserDefaultVOMSServerInfoStore.Builder. vomsesParserThe parser implementation used to parse VOMSES filesprivate VOMSESParserDefaultVOMSServerInfoStore. vomsesParserMethods in org.italiangrid.voms.request.impl with parameters of type VOMSESParser Modifier and Type Method Description DefaultVOMSServerInfoStore.BuilderDefaultVOMSServerInfoStore.Builder. vomsesParser(VOMSESParser p)Sets theVOMSESParserimplementation that will be used to parse vomses files
-