Package org.italiangrid.voms.request
Interface VOMSACService
-
- All Known Implementing Classes:
DefaultVOMSACService,FakeVOMSACService
public interface VOMSACServiceTheVOMSACServiceinterface.- Author:
- Andrea Ceccanti
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.bouncycastle.asn1.x509.AttributeCertificategetVOMSAttributeCertificate(eu.emi.security.authn.x509.X509Credential credential, VOMSACRequest request)Returns anAttributeCertificategiven aVOMSACRequestfor VOMS attributes.
-
-
-
Method Detail
-
getVOMSAttributeCertificate
org.bouncycastle.asn1.x509.AttributeCertificate getVOMSAttributeCertificate(eu.emi.security.authn.x509.X509Credential credential, VOMSACRequest request)Returns anAttributeCertificategiven aVOMSACRequestfor VOMS attributes.- Parameters:
credential- the credential to be used when contacting the servicerequest- the request for VOMS attributes- Returns:
- a possibly null
AttributeCertificatecontaining (a subset of) the requested attributes.
-
-