Package org.opensaml.xmlsec.impl
Class ExcludedAlgorithmsPredicate
java.lang.Object
org.opensaml.xmlsec.impl.ExcludedAlgorithmsPredicate
public class ExcludedAlgorithmsPredicate extends Object implements Predicate<String>
Predicate which implements an algorithm URI exclusion policy.
-
Field Summary
Fields Modifier and Type Field Description private Collection<String>
excludes
Excluded algorithms. -
Constructor Summary
Constructors Constructor Description ExcludedAlgorithmsPredicate(Collection<String> algorithms)
Constructor. -
Method Summary