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 theDefaultVOMSACServicethat 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 theVOMSProtocolListenerfor theDefaultVOMSACServicethat this builder is creatingDefaultVOMSACService.Builder.readTimeout(int timeout) Sets the read timeout (in milliseconds) for theDefaultVOMSACServicethat this builder is creatingDefaultVOMSACService.Builder.requestListener(VOMSRequestListener l) Sets the request listener for theDefaultVOMSACServicethat this builder is creatingDefaultVOMSACService.Builder.serverInfoStore(VOMSServerInfoStore sis) Sets theVOMSServerInfoStorefor theDefaultVOMSACServicethat this builder is creatingDefaultVOMSACService.Builder.serverInfoStoreListener(VOMSServerInfoStoreListener sl) Sets theVOMSServerInfoStoreListenerfor theDefaultVOMSACServicethat 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 aVOMSESLookupStrategyfor theDefaultVOMSACServicethat this builder is creatingDefaultVOMSACService.Builder.vomsesLookupStrategy(VOMSESLookupStrategy strategy) Sets the vomses lookup strategy for theDefaultVOMSACServicethat this builder is creatingConstructors in org.italiangrid.voms.request.impl with parameters of type DefaultVOMSACService.BuilderModifierConstructorDescriptionprotectedConstructor which builds aDefaultVOMSACServicefrom aDefaultVOMSACService.Builder