Class MappedEntityAttributesPredicate.EntityAttributesMatcher

java.lang.Object
net.shibboleth.saml.profile.context.logic.MappedEntityAttributesPredicate.EntityAttributesMatcher
All Implemented Interfaces:
Predicate<EntityAttributesPredicate.Candidate>
Enclosing class:
MappedEntityAttributesPredicate

private class MappedEntityAttributesPredicate.EntityAttributesMatcher extends Object implements Predicate<EntityAttributesPredicate.Candidate>
Determines whether an EntityAttributesPredicate.Candidate criterion is satisfied by the mapped attributes in an entity's metadata.
  • Field Details

    • attributes

      @Nonnull private final Multimap<String,? extends net.shibboleth.idp.attribute.IdPAttribute> attributes
      Population to evaluate for a match.
  • Constructor Details

    • EntityAttributesMatcher

      public EntityAttributesMatcher(@Nonnull Multimap<String,? extends net.shibboleth.idp.attribute.IdPAttribute> attrs)
      Constructor.
      Parameters:
      attrs - population to evaluate for a match
  • Method Details