org.italiangrid.voms.ac
Interface VOMSAttributesNormalizationStrategy

All Known Implementing Classes:
LeafVOMSExtensionNormalizationStrategy

public interface VOMSAttributesNormalizationStrategy

A 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 the VOMSAttribute objects which represents the authorizative VOMS authorization information.

Author:
Andrea Ceccanti

Method Summary
 List<VOMSAttribute> normalizeAttributes(List<ACParsingContext> acs)
          Returns the normalized view of VOMS Authorization information starting from a list of VOMS Attribute certificates.
 

Method Detail

normalizeAttributes

List<VOMSAttribute> normalizeAttributes(List<ACParsingContext> acs)
Returns the normalized view of VOMS Authorization information starting from a list of VOMS Attribute certificates.

Parameters:
acs -
Returns:
a possibly empty list VOMSAttribute object


Copyright © 2013. All Rights Reserved.