| 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 |
|---|---|
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 |
|---|---|
List<VOMSGenericAttribute> |
VOMSAttributesImpl.getGenericAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
VOMSAttributesImpl.setGenericAttributes(List<VOMSGenericAttribute> genericAttributes) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.cert.X509AttributeCertificateHolder |
VOMSACGenerator.generateVOMSAttributeCertificate(EnumSet<VOMSACGenerator.ACGenerationProperties> generationProperties,
List<String> fqans,
List<VOMSGenericAttribute> gas,
List<String> targets,
X509Certificate holderCert,
BigInteger serialNumber,
Date notBefore,
Date notAfter,
String voName,
String host,
int port) |
org.bouncycastle.cert.X509AttributeCertificateHolder |
VOMSACGenerator.generateVOMSAttributeCertificate(List<String> fqans,
List<VOMSGenericAttribute> gas,
List<String> targets,
X509Certificate holderCert,
BigInteger serialNumber,
Date notBefore,
Date notAfter,
String voName,
String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
List<VOMSGenericAttribute> |
ACGenerationParams.getGas() |
Copyright © 2018. All rights reserved.