public class StaticDecryptionParametersResolver extends Object implements DecryptionParametersResolver
DecryptionParameters
statically.Constructor and Description |
---|
StaticDecryptionParametersResolver(DecryptionParameters parameters)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Iterable<DecryptionParameters> |
resolve(CriteriaSet criteria)
Process the specified criteria and return the resulting instances of the product type
which satisfy the criteria.
|
DecryptionParameters |
resolveSingle(CriteriaSet criteria)
Process the specified criteria and return a single instance of the product type
which satisfies the criteria.
|
public StaticDecryptionParametersResolver(DecryptionParameters parameters)
parameters
- the static parameters instance to return@Nonnull public Iterable<DecryptionParameters> resolve(CriteriaSet criteria) throws ResolverException
resolve
in interface Resolver<DecryptionParameters,CriteriaSet>
criteria
- the criteria to evaluate or processResolverException
- thrown if there is an error processing the specified criteria@Nonnull public DecryptionParameters resolveSingle(CriteriaSet criteria) throws ResolverException
resolveSingle
in interface Resolver<DecryptionParameters,CriteriaSet>
criteria
- the criteria to evaluate or processResolverException
- thrown if there is an error processing the specified criteriaCopyright © 2016 JBoss by Red Hat. All rights reserved.