Uses of Class
net.shibboleth.oidc.security.credential.impl.BasicJOSEObjectCredentialResolver
Packages that use BasicJOSEObjectCredentialResolver
Package
Description
Credential resolver implementation classes.
-
Uses of BasicJOSEObjectCredentialResolver in net.shibboleth.oidc.security.credential.impl
Modifier and TypeClassDescriptionclassBase class for resolving credentials fromOIDCClientInformation.classAJOSEObjectCredentialResolverthat resolves client secret from of a ClientInformation.classAJOSEObjectCredentialResolverthat resolves credentials from the jwks or contents of jwks_uri of a ClientInformation.classExtracts a credential held inside theClientSecretCredentialCriterionfrom the given criteria set.classAn implementation ofBasicJOSEObjectCredentialResolverthat uses aCollectionas the underlying credential source.classA simple specialization ofBasicJOSEObjectCredentialResolverwhich is capable of resolving local credentials from a suppliedCredentialResolverwhich manages local credentials.classALocalJOSEObjectCredentialResolverthat resolves credentials from the jwks_uri of an OpenID Provider.