Class ExcludedAlgorithmsPredicate

java.lang.Object
org.opensaml.xmlsec.impl.ExcludedAlgorithmsPredicate
All Implemented Interfaces:
Predicate<String>

public class ExcludedAlgorithmsPredicate extends Object implements Predicate<String>
Predicate which implements an algorithm URI exclusion policy.
  • Field Details

  • Constructor Details

    • ExcludedAlgorithmsPredicate

      public ExcludedAlgorithmsPredicate(@Nonnull Collection<String> algorithms)
      Constructor.
      Parameters:
      algorithms - collection of excluded algorithms
  • Method Details