[JIRA] Created: (MDA-54) add ability to filter items based on presence or absence of entity attributes

Ian Young (JIRA) noreply at shibboleth.net
Mon Nov 7 14:34:26 GMT 2011


add ability to filter items based on presence or absence of entity attributes
-----------------------------------------------------------------------------

                 Key: MDA-54
                 URL: https://issues.shibboleth.net/jira/browse/MDA-54
             Project: Metadata Aggregator
          Issue Type: New Feature
          Components: SAML Metadata
    Affects Versions: 0.6.1
            Reporter: Ian Young
            Assignee: Chad La Joie
             Fix For: 0.7


Probably best implemented as an ItemSelectionStrategy implementation class or classes.

Basic case is selection if the entity has an entity attribute with literal matching of:
* format
* attribute
* value

Negation is probably required as well.  Might be adequate to implement that as a second ItemSelectionStrategy class that negates the result.  That might also be useful to implement and/or combinations although configuration will be very verbose.

Of course one could get into matching regular expressions, value ORing, and general attribute expressions but that's almost certainly not required for an initial pass.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the commits mailing list