Uses of Interface
org.italiangrid.voms.VOMSGenericAttribute
Packages that use VOMSGenericAttribute
Package
Description
This package provides main VOMS Java APIs class and interfaces.
Implementation classes for VOMS attributes validation and parsing.
This package provides classes and utilities that deal with serialization and
deserialization of VOMS attributes from ASN.1 streams.
This package provides the implementation logic for VOMS attributes requests.
This package provides utility classes used in other packages.
-
Uses of VOMSGenericAttribute in org.italiangrid.voms
Methods in org.italiangrid.voms that return types with arguments of type VOMSGenericAttributeModifier and TypeMethodDescriptionVOMSAttribute.getGenericAttributes()
This method returns the list of VOMS Generic attributes in thisVOMSAttribute
. -
Uses of VOMSGenericAttribute in org.italiangrid.voms.ac.impl
Classes in org.italiangrid.voms.ac.impl that implement VOMSGenericAttributeModifier and TypeClassDescriptionclass
The default implementation for VOMS Generic Attributes.Fields in org.italiangrid.voms.ac.impl with type parameters of type VOMSGenericAttributeModifier and TypeFieldDescriptionprivate List
<VOMSGenericAttribute> VOMSAttributesImpl.genericAttributes
Methods in org.italiangrid.voms.ac.impl that return types with arguments of type VOMSGenericAttributeMethod parameters in org.italiangrid.voms.ac.impl with type arguments of type VOMSGenericAttributeModifier and TypeMethodDescriptionvoid
VOMSAttributesImpl.setGenericAttributes
(List<VOMSGenericAttribute> genericAttributes) -
Uses of VOMSGenericAttribute in org.italiangrid.voms.asn1
Methods in org.italiangrid.voms.asn1 that return types with arguments of type VOMSGenericAttributeModifier and TypeMethodDescriptionprivate static List
<VOMSGenericAttribute> VOMSACUtils.deserializeGAs
(org.bouncycastle.cert.X509AttributeCertificateHolder ac) Deserializes the VOMS generic attributesMethods in org.italiangrid.voms.asn1 with parameters of type VOMSGenericAttributeModifier and TypeMethodDescriptionprivate org.bouncycastle.asn1.DERSequence
VOMSACGenerator.buildTagSequence
(VOMSGenericAttribute ga) Method parameters in org.italiangrid.voms.asn1 with type arguments of type VOMSGenericAttributeModifier and TypeMethodDescriptionprivate org.bouncycastle.asn1.ASN1Encodable
VOMSACGenerator.buildGAExtensionContent
(EnumSet<VOMSACGenerator.ACGenerationProperties> properties, List<VOMSGenericAttribute> gas, org.bouncycastle.asn1.x509.GeneralName policyAuthorityInfo) -
Uses of VOMSGenericAttribute in org.italiangrid.voms.request.impl
Fields in org.italiangrid.voms.request.impl with type parameters of type VOMSGenericAttributeModifier and TypeFieldDescription(package private) List
<VOMSGenericAttribute> ACGenerationParams.Builder.gas
(package private) final List
<VOMSGenericAttribute> ACGenerationParams.gas
The list of Generic Attributes.Methods in org.italiangrid.voms.request.impl that return types with arguments of type VOMSGenericAttribute -
Uses of VOMSGenericAttribute in org.italiangrid.voms.util
Methods in org.italiangrid.voms.util that return types with arguments of type VOMSGenericAttributeModifier and TypeMethodDescriptionstatic List
<VOMSGenericAttribute> GaParser.parseGaString
(String gaString)