Uses of Class
no.nav.security.token.support.core.configuration.IssuerProperties.JwksCache
-
Packages that use IssuerProperties.JwksCache Package Description no.nav.security.token.support.core.configuration -
-
Uses of IssuerProperties.JwksCache in no.nav.security.token.support.core.configuration
Methods in no.nav.security.token.support.core.configuration that return IssuerProperties.JwksCache Modifier and Type Method Description IssuerProperties.JwksCacheIssuerProperties. getJwksCache()Methods in no.nav.security.token.support.core.configuration with parameters of type IssuerProperties.JwksCache Modifier and Type Method Description voidIssuerProperties. setJwksCache(IssuerProperties.JwksCache jwksCache)Constructors in no.nav.security.token.support.core.configuration with parameters of type IssuerProperties.JwksCache Constructor Description IssuerProperties(URL discoveryUrl, List<String> acceptedAudience, String cookieName, IssuerProperties.Validation validation, IssuerProperties.JwksCache jwksCache)IssuerProperties(URL discoveryUrl, IssuerProperties.JwksCache jwksCache)IssuerProperties(URL discoveryUrl, IssuerProperties.Validation validation, IssuerProperties.JwksCache jwksCache)
-