Uses of Interface
org.italiangrid.voms.request.VOMSProtocol
Packages that use VOMSProtocol
Package
Description
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 VOMSProtocolModifier and TypeClassDescriptionclass
Abstract base class providing a skeletal implementation of the VOMS client-server protocol.class
Protocol implementing the legacy interface.class
Protocol implementing the REST-style interface.Fields in org.italiangrid.voms.request.impl declared as VOMSProtocolModifier and TypeFieldDescriptionprotected VOMSProtocol
DefaultVOMSACService.Builder.httpProtocol
The http protocol implementationprotected final VOMSProtocol
DefaultVOMSACService.httpProtocol
The http protocol implementationprotected VOMSProtocol
DefaultVOMSACService.Builder.legacyProtocol
The voms legacy protocol implementationprotected final VOMSProtocol
DefaultVOMSACService.legacyProtocol
The voms legacy protocol implementationMethods in org.italiangrid.voms.request.impl with parameters of type VOMSProtocolModifier and TypeMethodDescriptionprivate VOMSResponse
DefaultVOMSACService.doRequest
(VOMSProtocol protocol, VOMSServerInfo endpoint, eu.emi.security.authn.x509.X509Credential cred, VOMSACRequest req) DefaultVOMSACService.Builder.httpProtocol
(VOMSProtocol httpProtocol) Sets the http protocol implementationDefaultVOMSACService.Builder.legacyProtocol
(VOMSProtocol legacyProtocol) Sets the legacy protocol implementation