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 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.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.request.impl
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)