Uses of Interface
org.italiangrid.voms.request.VOMSServerInfoStore
-
Packages that use VOMSServerInfoStore Package Description org.italiangrid.voms.request.impl This package provides the implementation logic for VOMS attributes requests. -
-
Uses of VOMSServerInfoStore in org.italiangrid.voms.request.impl
Classes in org.italiangrid.voms.request.impl that implement VOMSServerInfoStore Modifier and Type Class Description classDefaultVOMSServerInfoStoreADefaultVOMSServerInfoStoreorganizes voms servers found in vomses configuration files in map keyed by vo alias.Fields in org.italiangrid.voms.request.impl declared as VOMSServerInfoStore Modifier and Type Field Description private VOMSServerInfoStoreDefaultVOMSACService.Builder. serverInfoStoreThe store used to keep VOMS server contact information.protected VOMSServerInfoStoreDefaultVOMSACService. serverInfoStoreThe store used to keep VOMS server contact information.Methods in org.italiangrid.voms.request.impl with parameters of type VOMSServerInfoStore Modifier and Type Method Description DefaultVOMSACService.BuilderDefaultVOMSACService.Builder. serverInfoStore(VOMSServerInfoStore sis)Sets theVOMSServerInfoStorefor theDefaultVOMSACServicethat this builder is creating
-