Package | Description |
---|---|
org.italiangrid.voms.request.impl |
This package provides the implementation logic for VOMS attributes requests.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
private VOMSESLookupStrategy |
DefaultVOMSServerInfoStore.lookupStrategy |
private VOMSESLookupStrategy |
DefaultVOMSServerInfoStore.Builder.lookupStrategy
The
VOMSESLookupStrategy that will be used to lookup vomses
information |
private VOMSESLookupStrategy |
DefaultVOMSACService.Builder.vomsesLookupStrategy
The provided strategy to lookup vomses information.
|
Modifier and Type | Method and Description |
---|---|
DefaultVOMSServerInfoStore.Builder |
DefaultVOMSServerInfoStore.Builder.lookupStrategy(VOMSESLookupStrategy strategy)
Sets the
VOMSESLookupStrategy that will be used to lookup vomses
information for the DefaultVOMSServerInfoStore that this builder
is creating |
DefaultVOMSACService.Builder |
DefaultVOMSACService.Builder.vomsesLookupStrategy(VOMSESLookupStrategy strategy)
Sets the vomses lookup strategy for the
DefaultVOMSACService that this builder is
creating |