Uses of Class
org.italiangrid.voms.request.impl.DefaultVOMSACService.Builder

Packages that use DefaultVOMSACService.Builder
org.italiangrid.voms.request.impl 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.Builder
 DefaultVOMSACService.Builder DefaultVOMSACService.Builder.connectTimeout(int timeout)
          Sets the connect timeout (in millisecods) for the DefaultVOMSACService that this builder is creating
 DefaultVOMSACService.Builder DefaultVOMSACService.Builder.httpProtocol(VOMSProtocol httpProtocol)
          Sets the http protocol implementation
 DefaultVOMSACService.Builder DefaultVOMSACService.Builder.legacyProtocol(VOMSProtocol legacyProtocol)
          Sets the legacy protocol implementation
 DefaultVOMSACService.Builder DefaultVOMSACService.Builder.protocolListener(VOMSProtocolListener pl)
          Sets the VOMSProtocolListener for the DefaultVOMSACService that this builder is creating
 DefaultVOMSACService.Builder DefaultVOMSACService.Builder.readTimeout(int timeout)
          Sets the read timeout (in milliseconds) for the DefaultVOMSACService that this builder is creating
 DefaultVOMSACService.Builder DefaultVOMSACService.Builder.requestListener(VOMSRequestListener l)
          Sets the request listener for the DefaultVOMSACService that this builder is creating
 DefaultVOMSACService.Builder DefaultVOMSACService.Builder.serverInfoStore(VOMSServerInfoStore sis)
          Sets the VOMSServerInfoStore for the DefaultVOMSACService that this builder is creating
 DefaultVOMSACService.Builder DefaultVOMSACService.Builder.serverInfoStoreListener(VOMSServerInfoStoreListener sl)
          Sets the VOMSServerInfoStoreListener for the DefaultVOMSACService that this builder is creating
 DefaultVOMSACService.Builder DefaultVOMSACService.Builder.vomsesLocations(List<String> vomsesLocations)
          Sets a list of locations that will be used to build a VOMSESLookupStrategy for the DefaultVOMSACService 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
 

Constructors in org.italiangrid.voms.request.impl with parameters of type DefaultVOMSACService.Builder
DefaultVOMSACService(DefaultVOMSACService.Builder builder)
          Constructor which builds a DefaultVOMSACService from a DefaultVOMSACService.Builder
 



Copyright © 2013. All Rights Reserved.