Uses of Interface
org.italiangrid.voms.request.VOMSESLookupStrategy
-
Packages that use VOMSESLookupStrategy Package Description org.italiangrid.voms.request.impl This package provides the implementation logic for VOMS attributes requests. -
-
Uses of VOMSESLookupStrategy in org.italiangrid.voms.request.impl
Classes in org.italiangrid.voms.request.impl that implement VOMSESLookupStrategy Modifier and Type Class Description class
BaseVOMSESLookupStrategy
A base VOMSES lookup strategy which just run a existence check on a given list of paths.class
DefaultVOMSESLookupStrategy
Default VOMSES information lookup strategy.Fields in org.italiangrid.voms.request.impl declared as VOMSESLookupStrategy Modifier and Type Field Description private VOMSESLookupStrategy
DefaultVOMSServerInfoStore.Builder. lookupStrategy
TheVOMSESLookupStrategy
that will be used to lookup vomses informationprivate VOMSESLookupStrategy
DefaultVOMSServerInfoStore. lookupStrategy
private VOMSESLookupStrategy
DefaultVOMSACService.Builder. vomsesLookupStrategy
The provided strategy to lookup vomses information.Methods in org.italiangrid.voms.request.impl with parameters of type VOMSESLookupStrategy 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 creatingDefaultVOMSACService.Builder
DefaultVOMSACService.Builder. vomsesLookupStrategy(VOMSESLookupStrategy strategy)
Sets the vomses lookup strategy for theDefaultVOMSACService
that this builder is creating
-