Package org.italiangrid.voms.ac
Interface VOMSAttributesNormalizationStrategy
-
- All Known Implementing Classes:
LeafVOMSExtensionNormalizationStrategy
public interface VOMSAttributesNormalizationStrategyA strategy to select the set of relevant and appliable VOMS attributes from a set of parsed VOMS attribute certificates. This strategy is responsible of creating theVOMSAttributeobjects which represents the authorizative VOMS authorization information.- Author:
- Andrea Ceccanti
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<VOMSAttribute>normalizeAttributes(java.util.List<ACParsingContext> acs)Returns the normalized view of VOMS Authorization information starting from a list of VOMS Attribute certificates.
-
-
-
Method Detail
-
normalizeAttributes
java.util.List<VOMSAttribute> normalizeAttributes(java.util.List<ACParsingContext> acs)
Returns the normalized view of VOMS Authorization information starting from a list of VOMS Attribute certificates.- Parameters:
acs- a list ofACParsingContextobjects- Returns:
- a possibly empty list
VOMSAttributeobject
-
-