Package org.opensaml.security.criteria
package org.opensaml.security.criteria
Classes which model lookup criteria used as input to a
Resolver
.
Criteria are typically used by resolvers in a resolver-specific manner to either lookup or extract
information from a source, or to constrain or filter the type of information that will be returned.
This package provides some implementations of Criterion
which may have general applicability throughout the library. Criterion implementations which are more
specialized in nature may be found in other packages, such as org.opensaml.security.x509
.
-
ClassesClassDescriptionAn implementation of
Criterion
which specifies key algorithm criteria.An implementation ofCriterion
which specifies key length criteria.An implementation ofCriterion
which specifies key name criteria.An implementation ofCriterion
which specifies criteria pertaining to peer entity IDs.An implementation ofCriterion
which specifies public key criteria.An implementation ofCriterion
which specifies criteria pertaining usage of the resolved credential.