org.opensaml.xml.security.criteria.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmltooling Show documentation
Show all versions of xmltooling Show documentation
XMLTooling-J is a low-level library that may be used to construct libraries that allow developers to work with XML in a Java beans manner.
The newest version!
Classes which model the abstract notion of a 'criteria'. Criteria are most often used as input to a
{@link org.opensaml.xml.security.Resolver}. Criteria are typically used by resolvers in an
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 {@link org.opensaml.xml.security.Criteria} which
may have general applicability throughout the library. Criteria implementations which are more
specialized in nature may be found in other packages, such as {@link org.opensaml.xml.security.x509}.