Uses of Interface
org.italiangrid.voms.VOMSGenericAttribute
-
Packages that use VOMSGenericAttribute 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.org.italiangrid.voms.util 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 VOMSGenericAttribute Modifier and Type Method Description java.util.List<VOMSGenericAttribute>
VOMSAttribute. 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 VOMSGenericAttribute Modifier and Type Class Description class
VOMSGenericAttributeImpl
The default implementation for VOMS Generic Attributes.Fields in org.italiangrid.voms.ac.impl with type parameters of type VOMSGenericAttribute Modifier and Type Field Description private java.util.List<VOMSGenericAttribute>
VOMSAttributesImpl. genericAttributes
Methods in org.italiangrid.voms.ac.impl that return types with arguments of type VOMSGenericAttribute Modifier and Type Method Description java.util.List<VOMSGenericAttribute>
VOMSAttributesImpl. getGenericAttributes()
Method parameters in org.italiangrid.voms.ac.impl with type arguments of type VOMSGenericAttribute Modifier and Type Method Description void
VOMSAttributesImpl. setGenericAttributes(java.util.List<VOMSGenericAttribute> genericAttributes)
-
Uses of VOMSGenericAttribute in org.italiangrid.voms.asn1
Methods in org.italiangrid.voms.asn1 that return types with arguments of type VOMSGenericAttribute Modifier and Type Method Description private static java.util.List<VOMSGenericAttribute>
VOMSACUtils. deserializeGAs(org.bouncycastle.cert.X509AttributeCertificateHolder ac)
Deserializes the VOMS generic attributesMethods in org.italiangrid.voms.asn1 with parameters of type VOMSGenericAttribute Modifier and Type Method Description private org.bouncycastle.asn1.DERSequence
VOMSACGenerator. buildTagSequence(VOMSGenericAttribute ga)
Method parameters in org.italiangrid.voms.asn1 with type arguments of type VOMSGenericAttribute Modifier and Type Method Description private org.bouncycastle.asn1.ASN1Encodable
VOMSACGenerator. buildGAExtensionContent(java.util.EnumSet<VOMSACGenerator.ACGenerationProperties> properties, java.util.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 VOMSGenericAttribute Modifier and Type Field Description (package private) java.util.List<VOMSGenericAttribute>
ACGenerationParams.Builder. gas
(package private) java.util.List<VOMSGenericAttribute>
ACGenerationParams. gas
Methods in org.italiangrid.voms.request.impl that return types with arguments of type VOMSGenericAttribute Modifier and Type Method Description java.util.List<VOMSGenericAttribute>
ACGenerationParams. getGas()
-
Uses of VOMSGenericAttribute in org.italiangrid.voms.util
Methods in org.italiangrid.voms.util that return types with arguments of type VOMSGenericAttribute Modifier and Type Method Description static java.util.List<VOMSGenericAttribute>
GaParser. parseGaString(java.lang.String gaString)
-