Package org.projecthusky.xua.validation
Class NoopKeyInfoCredentialResolver
java.lang.Object
org.projecthusky.xua.validation.NoopKeyInfoCredentialResolver
- All Implemented Interfaces:
net.shibboleth.shared.resolver.Resolver<org.opensaml.security.credential.Credential,,net.shibboleth.shared.resolver.CriteriaSet> org.opensaml.security.credential.CredentialResolver,org.opensaml.xmlsec.keyinfo.KeyInfoCredentialResolver
@ThreadSafe
public class NoopKeyInfoCredentialResolver
extends Object
implements org.opensaml.xmlsec.keyinfo.KeyInfoCredentialResolver
A no-operation
KeyInfoCredentialResolver.- Author:
- Quentin Ligier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull Iterable<org.opensaml.security.credential.Credential> resolve(@Nullable net.shibboleth.shared.resolver.CriteriaSet criteria) Process the specified criteria and return the resulting instances of the product type which satisfy the criteria.@Nullable org.opensaml.security.credential.CredentialresolveSingle(@Nullable net.shibboleth.shared.resolver.CriteriaSet criteria) Process the specified criteria and return a single instance of the product type which satisfies the criteria.
-
Constructor Details
-
NoopKeyInfoCredentialResolver
public NoopKeyInfoCredentialResolver()
-
-
Method Details