| Package | Description |
|---|---|
| org.italiangrid.voms |
This package provides main VOMS Java APIs class and interfaces.
|
| org.italiangrid.voms.ac.impl |
Implementation classes for VOMS attributes validation and parsing.
|
| org.italiangrid.voms.asn1 |
This package provides classes and utilities that deal with serialization and
deserialization of VOMS attributes from ASN.1 streams.
|
| org.italiangrid.voms.request.impl |
This package provides the implementation logic for VOMS attributes requests.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VOMSGenericAttribute> |
VOMSAttribute.getGenericAttributes()
This method returns the list of VOMS Generic attributes in this
VOMSAttribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
VOMSGenericAttributeImpl
The default implementation for VOMS Generic Attributes.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VOMSGenericAttribute> |
VOMSAttributesImpl.getGenericAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
VOMSAttributesImpl.setGenericAttributes(java.util.List<VOMSGenericAttribute> genericAttributes) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.cert.X509AttributeCertificateHolder |
VOMSACGenerator.generateVOMSAttributeCertificate(java.util.EnumSet<VOMSACGenerator.ACGenerationProperties> generationProperties,
java.util.List<java.lang.String> fqans,
java.util.List<VOMSGenericAttribute> gas,
java.util.List<java.lang.String> targets,
java.security.cert.X509Certificate holderCert,
java.math.BigInteger serialNumber,
java.util.Date notBefore,
java.util.Date notAfter,
java.lang.String voName,
java.lang.String host,
int port) |
org.bouncycastle.cert.X509AttributeCertificateHolder |
VOMSACGenerator.generateVOMSAttributeCertificate(java.util.List<java.lang.String> fqans,
java.util.List<VOMSGenericAttribute> gas,
java.util.List<java.lang.String> targets,
java.security.cert.X509Certificate holderCert,
java.math.BigInteger serialNumber,
java.util.Date notBefore,
java.util.Date notAfter,
java.lang.String voName,
java.lang.String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VOMSGenericAttribute> |
ACGenerationParams.getGas() |