Uses of Interface
org.italiangrid.voms.request.VOMSACRequest
-
Packages that use VOMSACRequest Package Description org.italiangrid.voms.request This package provides the API for requesting VOMS attribtues from a remote VOMS server.org.italiangrid.voms.request.impl This package provides the implementation logic for VOMS attributes requests.org.italiangrid.voms.util This package provides utility classes used in other packages. -
-
Uses of VOMSACRequest in org.italiangrid.voms.request
Fields in org.italiangrid.voms.request declared as VOMSACRequest Modifier and Type Field Description private VOMSACRequestVOMSProtocolError. requestThe request that is related with this errorMethods in org.italiangrid.voms.request that return VOMSACRequest Modifier and Type Method Description VOMSACRequestVOMSProtocolError. getRequest()Methods in org.italiangrid.voms.request with parameters of type VOMSACRequest Modifier and Type Method Description VOMSResponseVOMSProtocol. doRequest(VOMSServerInfo endpoint, eu.emi.security.authn.x509.X509Credential credential, VOMSACRequest request)Makes a request, get the response.org.bouncycastle.asn1.x509.AttributeCertificateVOMSACService. getVOMSAttributeCertificate(eu.emi.security.authn.x509.X509Credential credential, VOMSACRequest request)Returns anAttributeCertificategiven aVOMSACRequestfor VOMS attributes.voidVOMSRequestListener. notifyErrorsInVOMSReponse(VOMSACRequest request, VOMSServerInfo si, VOMSErrorMessage[] errors)Informs that errors were included in the VOMS response produced by a VOMS servervoidVOMSRequestListener. notifyVOMSRequestFailure(VOMSACRequest request, VOMSServerInfo endpoint, java.lang.Throwable error)Informs of a VOMS request failurevoidVOMSRequestListener. notifyVOMSRequestStart(VOMSACRequest request, VOMSServerInfo si)Informs of the start of a request to a VOMS servervoidVOMSRequestListener. notifyVOMSRequestSuccess(VOMSACRequest request, VOMSServerInfo endpoint)Informs of the succesfull conclusion of a request to a VOMS servervoidVOMSRequestListener. notifyWarningsInVOMSResponse(VOMSACRequest request, VOMSServerInfo si, VOMSWarningMessage[] warnings)Informs that warnings were included in the VOMS response produced by a VOMS serverConstructors in org.italiangrid.voms.request with parameters of type VOMSACRequest Constructor Description VOMSProtocolError(java.lang.String message, VOMSServerInfo serv, VOMSACRequest req, eu.emi.security.authn.x509.X509Credential cred, java.lang.Throwable c) -
Uses of VOMSACRequest in org.italiangrid.voms.request.impl
Classes in org.italiangrid.voms.request.impl that implement VOMSACRequest Modifier and Type Class Description classDefaultVOMSACRequestThe default implementation for aVOMSACRequest.Methods in org.italiangrid.voms.request.impl with parameters of type VOMSACRequest Modifier and Type Method Description java.net.URLRESTServiceURLBuilder. build(VOMSServerInfo endpoint, VOMSACRequest request)protected org.bouncycastle.cert.X509AttributeCertificateHolderFakeVOMSACService. buildAC(eu.emi.security.authn.x509.X509Credential credential, VOMSACRequest request)private java.lang.StringRESTServiceURLBuilder. buildPath(VOMSServerInfo endpoint, VOMSACRequest request)org.w3c.dom.DocumentVOMSRequestFactory. buildRequest(VOMSACRequest acRequest, VOMSServerInfo endpoint)private VOMSResponseDefaultVOMSACService. doRequest(VOMSProtocol protocol, VOMSServerInfo endpoint, eu.emi.security.authn.x509.X509Credential cred, VOMSACRequest req)VOMSResponseLegacyProtocol. doRequest(VOMSServerInfo endpoint, eu.emi.security.authn.x509.X509Credential credential, VOMSACRequest request)VOMSResponseRESTProtocol. doRequest(VOMSServerInfo endpoint, eu.emi.security.authn.x509.X509Credential credential, VOMSACRequest request)protected org.bouncycastle.asn1.x509.AttributeCertificateDefaultVOMSACService. getACFromResponse(VOMSACRequest request, VOMSResponse response)Extracts an AC from a VOMS responseorg.bouncycastle.asn1.x509.AttributeCertificateDefaultVOMSACService. getVOMSAttributeCertificate(eu.emi.security.authn.x509.X509Credential credential, VOMSACRequest request)org.bouncycastle.asn1.x509.AttributeCertificateFakeVOMSACService. getVOMSAttributeCertificate(eu.emi.security.authn.x509.X509Credential credential, VOMSACRequest request)protected java.util.List<VOMSServerInfo>DefaultVOMSACService. getVOMSServerInfos(VOMSACRequest request)Get VOMS server endpoint information that matches with theVOMSACRequestpassed as argument.protected voidDefaultVOMSACService. handleErrorsInResponse(VOMSACRequest request, VOMSServerInfo si, VOMSResponse response)Handles errors included in the VOMS responseprotected voidDefaultVOMSACService. handleWarningsInResponse(VOMSACRequest request, VOMSServerInfo si, VOMSResponse response)Handles warnings included in the VOMS responseprivate voidVOMSRequestFactory. loadOptions(VOMSACRequest options)voidLegacyRequestSender. sendRequest(VOMSACRequest acRequest, VOMSServerInfo endpoint, java.io.OutputStream stream)This method is used to send a request to a VOMS server. -
Uses of VOMSACRequest in org.italiangrid.voms.util
Methods in org.italiangrid.voms.util with parameters of type VOMSACRequest Modifier and Type Method Description voidNullListener. notifyErrorsInVOMSReponse(VOMSACRequest request, VOMSServerInfo si, VOMSErrorMessage[] errors)voidNullListener. notifyVOMSRequestFailure(VOMSACRequest request, VOMSServerInfo endpoint, java.lang.Throwable error)voidNullListener. notifyVOMSRequestStart(VOMSACRequest request, VOMSServerInfo si)voidNullListener. notifyVOMSRequestSuccess(VOMSACRequest request, VOMSServerInfo endpoint)voidNullListener. notifyWarningsInVOMSResponse(VOMSACRequest request, VOMSServerInfo si, VOMSWarningMessage[] warnings)
-