Uses of Class
org.italiangrid.voms.request.impl.DefaultVOMSACService.Builder
Packages that use DefaultVOMSACService.Builder
Package
Description
This package provides the implementation logic for VOMS attributes requests.
-
Uses of DefaultVOMSACService.Builder in org.italiangrid.voms.request.impl
Methods in org.italiangrid.voms.request.impl that return DefaultVOMSACService.BuilderModifier and TypeMethodDescriptionDefaultVOMSACService.Builder.connectTimeout
(int timeout) Sets the connect timeout (in millisecods) for theDefaultVOMSACService
that this builder is creatingDefaultVOMSACService.Builder.httpProtocol
(VOMSProtocol httpProtocol) Sets the http protocol implementationDefaultVOMSACService.Builder.legacyProtocol
(VOMSProtocol legacyProtocol) Sets the legacy protocol implementationDefaultVOMSACService.Builder.legacyProtocolEnabled
(boolean lpe) Enables/disables the fallback the VOMS legacy protocol.DefaultVOMSACService.Builder.protocolListener
(VOMSProtocolListener pl) Sets theVOMSProtocolListener
for theDefaultVOMSACService
that this builder is creatingDefaultVOMSACService.Builder.readTimeout
(int timeout) Sets the read timeout (in milliseconds) for theDefaultVOMSACService
that this builder is creatingDefaultVOMSACService.Builder.requestListener
(VOMSRequestListener l) Sets the request listener for theDefaultVOMSACService
that this builder is creatingDefaultVOMSACService.Builder.serverInfoStore
(VOMSServerInfoStore sis) Sets theVOMSServerInfoStore
for theDefaultVOMSACService
that this builder is creatingDefaultVOMSACService.Builder.serverInfoStoreListener
(VOMSServerInfoStoreListener sl) Sets theVOMSServerInfoStoreListener
for theDefaultVOMSACService
that this builder is creatingDefaultVOMSACService.Builder.skipHostnameChecks
(boolean s) Sets a flag to skip VOMS hostname checking.DefaultVOMSACService.Builder.vomsesLocations
(List<String> vomsesLocations) Sets a list of locations that will be used to build aVOMSESLookupStrategy
for theDefaultVOMSACService
that this builder is creatingDefaultVOMSACService.Builder.vomsesLookupStrategy
(VOMSESLookupStrategy strategy) Sets the vomses lookup strategy for theDefaultVOMSACService
that this builder is creatingConstructors in org.italiangrid.voms.request.impl with parameters of type DefaultVOMSACService.BuilderModifierConstructorDescriptionprotected
Constructor which builds aDefaultVOMSACService
from aDefaultVOMSACService.Builder