Interface JOSEObjectCredentialResolver
-
- All Superinterfaces:
CredentialResolver,Resolver<Credential,CriteriaSet>
public interface JOSEObjectCredentialResolver extends CredentialResolver
SpecializedCredentialResolvermarker interface for resolvers which resolve credentials from the headers of aJOSEObjectinstance. Implementations will typically require an instance ofJOSEObjectCriterionwithin the criteria set which is supplied as input to the resolve methods.- Since:
- 2.2.0
-
-
Method Summary
-
Methods inherited from interface net.shibboleth.utilities.java.support.resolver.Resolver
resolve, resolveSingle
-
-