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