Uses of Class
no.nav.security.token.support.core.configuration.IssuerProperties.JwksCache
Packages that use IssuerProperties.JwksCache
-
Uses of IssuerProperties.JwksCache in no.nav.security.token.support.core.configuration
Fields in no.nav.security.token.support.core.configuration declared as IssuerProperties.JwksCacheModifier and TypeFieldDescriptionstatic final IssuerProperties.JwksCacheIssuerProperties.JwksCache.EMPTYMethods in no.nav.security.token.support.core.configuration that return IssuerProperties.JwksCacheMethods in no.nav.security.token.support.core.configuration with parameters of type IssuerProperties.JwksCacheModifier and TypeMethodDescriptionvoidIssuerProperties.setJwksCache(IssuerProperties.JwksCache jwksCache) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in no.nav.security.token.support.core.configuration with parameters of type IssuerProperties.JwksCacheModifierConstructorDescriptionIssuerProperties(URL discoveryUrl, List<String> acceptedAudience, String cookieName, String headerName, IssuerProperties.Validation validation, IssuerProperties.JwksCache jwksCache) IssuerProperties(URL discoveryUrl, IssuerProperties.JwksCache jwksCache) IssuerProperties(URL discoveryUrl, IssuerProperties.Validation validation, IssuerProperties.JwksCache jwksCache)