|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VOMSProtocol | |
---|---|
org.italiangrid.voms.request.impl | This package provides the implementation logic for VOMS attributes requests. |
Uses of VOMSProtocol in org.italiangrid.voms.request.impl |
---|
Classes in org.italiangrid.voms.request.impl that implement VOMSProtocol | |
---|---|
class |
AbstractVOMSProtocol
|
class |
LegacyProtocol
Protocol implementing the legacy interface. |
class |
RESTProtocol
Protocol implementing the REST-style interface. |
Fields in org.italiangrid.voms.request.impl declared as VOMSProtocol | |
---|---|
protected VOMSProtocol |
DefaultVOMSACService.httpProtocol
The http protocol implementation |
protected VOMSProtocol |
DefaultVOMSACService.Builder.httpProtocol
The http protocol implementation |
protected VOMSProtocol |
DefaultVOMSACService.legacyProtocol
The voms legacy protocol implementation |
protected VOMSProtocol |
DefaultVOMSACService.Builder.legacyProtocol
The voms legacy protocol implementation |
Methods in org.italiangrid.voms.request.impl with parameters of type VOMSProtocol | |
---|---|
DefaultVOMSACService.Builder |
DefaultVOMSACService.Builder.httpProtocol(VOMSProtocol httpProtocol)
Sets the http protocol implementation |
DefaultVOMSACService.Builder |
DefaultVOMSACService.Builder.legacyProtocol(VOMSProtocol legacyProtocol)
Sets the legacy protocol implementation |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |