Package | Description |
---|---|
net.shibboleth.utilities.java.support.resolver |
Interfaces for searching over data.
|
Modifier and Type | Method and Description |
---|---|
Iterable<ProductType> |
Resolver.resolve(CriteriaType criteria)
Process the specified criteria and return the resulting instances of the product type
which satisfy the criteria.
|
ProductType |
Resolver.resolveSingle(CriteriaType criteria)
Process the specified criteria and return a single instance of the product type
which satisfies the criteria.
|
Copyright © 1999–2019. All rights reserved.