Uses of Interface
org.italiangrid.voms.request.VOMSProtocol
-
Packages that use VOMSProtocol Package Description 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 Modifier and Type Class Description class
AbstractVOMSProtocol
Base implementation class for the VOMS client/server protocolclass
LegacyProtocol
Protocol implementing the legacy interface.class
RESTProtocol
Protocol implementing the REST-style interface.Fields in org.italiangrid.voms.request.impl declared as VOMSProtocol Modifier and Type Field Description protected VOMSProtocol
DefaultVOMSACService.Builder. httpProtocol
The http protocol implementationprotected VOMSProtocol
DefaultVOMSACService. httpProtocol
The http protocol implementationprotected VOMSProtocol
DefaultVOMSACService.Builder. legacyProtocol
The voms legacy protocol implementationprotected VOMSProtocol
DefaultVOMSACService. legacyProtocol
The voms legacy protocol implementationMethods in org.italiangrid.voms.request.impl with parameters of type VOMSProtocol Modifier and Type Method Description private VOMSResponse
DefaultVOMSACService. doRequest(VOMSProtocol protocol, VOMSServerInfo endpoint, eu.emi.security.authn.x509.X509Credential cred, VOMSACRequest req)
DefaultVOMSACService.Builder
DefaultVOMSACService.Builder. httpProtocol(VOMSProtocol httpProtocol)
Sets the http protocol implementationDefaultVOMSACService.Builder
DefaultVOMSACService.Builder. legacyProtocol(VOMSProtocol legacyProtocol)
Sets the legacy protocol implementation
-