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 classAbstractVOMSProtocolBase implementation class for the VOMS client/server protocolclassLegacyProtocolProtocol implementing the legacy interface.classRESTProtocolProtocol implementing the REST-style interface.Fields in org.italiangrid.voms.request.impl declared as VOMSProtocol Modifier and Type Field Description protected VOMSProtocolDefaultVOMSACService.Builder. httpProtocolThe http protocol implementationprotected VOMSProtocolDefaultVOMSACService. httpProtocolThe http protocol implementationprotected VOMSProtocolDefaultVOMSACService.Builder. legacyProtocolThe voms legacy protocol implementationprotected VOMSProtocolDefaultVOMSACService. legacyProtocolThe voms legacy protocol implementationMethods in org.italiangrid.voms.request.impl with parameters of type VOMSProtocol Modifier and Type Method Description private VOMSResponseDefaultVOMSACService. doRequest(VOMSProtocol protocol, VOMSServerInfo endpoint, eu.emi.security.authn.x509.X509Credential cred, VOMSACRequest req)DefaultVOMSACService.BuilderDefaultVOMSACService.Builder. httpProtocol(VOMSProtocol httpProtocol)Sets the http protocol implementationDefaultVOMSACService.BuilderDefaultVOMSACService.Builder. legacyProtocol(VOMSProtocol legacyProtocol)Sets the legacy protocol implementation
-