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.Builder
DefaultVOMSServerInfoStore.Builder. lookupStrategy(VOMSESLookupStrategy strategy)
Sets theVOMSESLookupStrategy
that will be used to lookup vomses information for theDefaultVOMSServerInfoStore
that this builder is creatingDefaultVOMSServerInfoStore.Builder
DefaultVOMSServerInfoStore.Builder. storeListener(VOMSServerInfoStoreListener l)
Sets theVOMSServerInfoStoreListener
that will receive store-related notifications for theDefaultVOMSServerInfoStore
that this builder is creatingDefaultVOMSServerInfoStore.Builder
DefaultVOMSServerInfoStore.Builder. vomsesParser(VOMSESParser p)
Sets theVOMSESParser
implementation that will be used to parse vomses filesDefaultVOMSServerInfoStore.Builder
DefaultVOMSServerInfoStore.Builder. vomsesPaths(List<String> paths)
Sets a list of paths where vomses files will be looked up by theDefaultVOMSServerInfoStore
that this builder is creating
-