Package org.opensaml.xml.security.criteria

Classes which model the abstract notion of a 'criteria'.

See:
          Description

Class Summary
EntityIDCriteria An implementation of Criteria which specifies criteria identifying a particular entity.
KeyAlgorithmCriteria An implementation of Criteria which specifies key algorithm criteria.
KeyLengthCriteria An implementation of Criteria which specifies key length criteria.
KeyNameCriteria An implementation of Criteria which specifies key name criteria.
PeerEntityIDCriteria An implementation of Criteria which specifies criteria pertaining to peer entity IDs.
PublicKeyCriteria An implementation of Criteria which specifies public key criteria.
UsageCriteria An implementation of Criteria which specifies criteria pertaining usage of the resolved credential.
 

Package org.opensaml.xml.security.criteria Description

Classes which model the abstract notion of a 'criteria'. Criteria are most often used as input to a 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 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 org.opensaml.xml.security.x509.



Copyright © 2006-2011 Internet2. All Rights Reserved.