Uses of Interface
com.floragunn.dlic.auth.http.jwt.keybyoidc.KeyProvider
-
Packages that use KeyProvider Package Description com.floragunn.dlic.auth.http.jwt com.floragunn.dlic.auth.http.jwt.keybyoidc -
-
Uses of KeyProvider in com.floragunn.dlic.auth.http.jwt
Methods in com.floragunn.dlic.auth.http.jwt that return KeyProvider Modifier and Type Method Description protected abstract KeyProviderAbstractHTTPJwtAuthenticator. initKeyProvider(org.elasticsearch.common.settings.Settings settings, Path configPath) -
Uses of KeyProvider in com.floragunn.dlic.auth.http.jwt.keybyoidc
Classes in com.floragunn.dlic.auth.http.jwt.keybyoidc that implement KeyProvider Modifier and Type Class Description classSelfRefreshingKeySetMethods in com.floragunn.dlic.auth.http.jwt.keybyoidc that return KeyProvider Modifier and Type Method Description protected KeyProviderHTTPJwtKeyByOpenIdConnectAuthenticator. initKeyProvider(org.elasticsearch.common.settings.Settings settings, Path configPath)Constructors in com.floragunn.dlic.auth.http.jwt.keybyoidc with parameters of type KeyProvider Constructor Description JwtVerifier(KeyProvider keyProvider)
-