Class RegistrationAuthorityPredicate

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

public class RegistrationAuthorityPredicate extends AbstractRegistrationInfoPredicate
Predicate to determine whether one of a set of names matches an entity's RegistrationInfo.getRegistrationAuthority().
  • Field Details

    • authorities

      @Nonnull private final Set<String> authorities
      Authorities to match on.
  • Constructor Details

    • RegistrationAuthorityPredicate

      public RegistrationAuthorityPredicate(@Nullable @ParameterName(name="names") Collection<String> names)
      Constructor.
      Parameters:
      names - the authority names to test for
  • Method Details