Uses of Class
net.shibboleth.oidc.security.credential.JWKSetDecoratorManager
Packages that use JWKSetDecoratorManager
Package
Description
Credential resolver implementation classes.
-
Uses of JWKSetDecoratorManager in net.shibboleth.oidc.security.credential.impl
Fields in net.shibboleth.oidc.security.credential.impl declared as JWKSetDecoratorManagerModifier and TypeFieldDescriptionprivate final JWKSetDecoratorManagerClientInformationCredentialResolver.jwkSetDecoratorManagerThe manager for JWKSet decorators.private final JWKSetDecoratorManagerProviderMetadataCredentialResolver.jwkSetDecoratorManagerThe manager for JWKSet decorators.Constructors in net.shibboleth.oidc.security.credential.impl with parameters of type JWKSetDecoratorManagerModifierConstructorDescriptionClientInformationCredentialResolver(RemoteJwkSetCache jwkSetCache, Duration interval, JWKSetDecoratorManager manager) Constructor.ProviderMetadataCredentialResolver(RemoteJwkSetCache jwkSetCache, Duration interval, JWKSetDecoratorManager manager) Constructor.