Package | Description |
---|---|
org.italiangrid.voms.request.impl |
This package provides the implementation logic for VOMS attributes requests.
|
Modifier and Type | Method and Description |
---|---|
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.legacyProtocolEnabled(boolean lpe)
Enables/disables the fallback the VOMS legacy protocol.
|
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.skipHostnameChecks(boolean s)
Sets a flag to skip VOMS hostname checking.
|
DefaultVOMSACService.Builder |
DefaultVOMSACService.Builder.vomsesLocations(java.util.List<java.lang.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 |
Constructor and Description |
---|
DefaultVOMSACService(DefaultVOMSACService.Builder builder)
Constructor which builds a
DefaultVOMSACService from a DefaultVOMSACService.Builder |