Uses of Class
org.italiangrid.voms.request.impl.DefaultVOMSServerInfoStore.Builder
-
Packages that use DefaultVOMSServerInfoStore.Builder Package Description org.italiangrid.voms.request.impl This package provides the implementation logic for VOMS attributes requests. -
-
Uses of DefaultVOMSServerInfoStore.Builder in org.italiangrid.voms.request.impl
Methods in org.italiangrid.voms.request.impl that return DefaultVOMSServerInfoStore.Builder Modifier and Type Method Description DefaultVOMSServerInfoStore.BuilderDefaultVOMSServerInfoStore.Builder. lookupStrategy(VOMSESLookupStrategy strategy)Sets theVOMSESLookupStrategythat will be used to lookup vomses information for theDefaultVOMSServerInfoStorethat this builder is creatingDefaultVOMSServerInfoStore.BuilderDefaultVOMSServerInfoStore.Builder. storeListener(VOMSServerInfoStoreListener l)Sets theVOMSServerInfoStoreListenerthat will receive store-related notifications for theDefaultVOMSServerInfoStorethat this builder is creatingDefaultVOMSServerInfoStore.BuilderDefaultVOMSServerInfoStore.Builder. vomsesParser(VOMSESParser p)Sets theVOMSESParserimplementation that will be used to parse vomses filesDefaultVOMSServerInfoStore.BuilderDefaultVOMSServerInfoStore.Builder. vomsesPaths(java.util.List<java.lang.String> paths)Sets a list of paths where vomses files will be looked up by theDefaultVOMSServerInfoStorethat this builder is creating
-