Resolver
.See: Description
Class | Description |
---|---|
KeyAlgorithmCriterion |
An implementation of
Criterion which specifies key algorithm criteria. |
KeyLengthCriterion |
An implementation of
Criterion which specifies key length criteria. |
KeyNameCriterion |
An implementation of
Criterion which specifies key name criteria. |
PeerEntityIDCriterion |
An implementation of
Criterion which specifies criteria pertaining
to peer entity IDs. |
PublicKeyCriterion |
An implementation of
Criterion which specifies public key criteria. |
UsageCriterion |
An implementation of
Criterion which specifies criteria pertaining
usage of the resolved credential. |
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
.
Copyright © 2016 JBoss by Red Hat. All rights reserved.