Class EntityGroupNamePredicate

java.lang.Object
org.opensaml.saml.common.profile.logic.EntityGroupNamePredicate
All Implemented Interfaces:
Predicate<EntityDescriptor>

public class EntityGroupNamePredicate extends Object implements Predicate<EntityDescriptor>
Predicate to determine whether one of a set of names matches any of an entity's containing EntitiesDescriptor groups.
  • Field Details

    • log

      @Nonnull private final org.slf4j.Logger log
      Class logger.
    • groupNames

      @Nonnull private final Set<String> groupNames
      Groups to match on.
    • metadataResolver

      @Nullable private MetadataResolver metadataResolver
      A supplemental resolver to allow for AffiliationDescriptor lookup.
    • criteriaSets

      @Nullable private Collection<CriteriaSet> criteriaSets
      Pre-created criteria sets for metadata lookup.
  • Constructor Details

  • Method Details