Uses of Interface
org.wildfly.security.http.oidc.PublicKeyLocator
-
Packages that use PublicKeyLocator Package Description org.wildfly.security.http.oidc -
-
Uses of PublicKeyLocator in org.wildfly.security.http.oidc
Classes in org.wildfly.security.http.oidc that implement PublicKeyLocator Modifier and Type Class Description (package private) classHardcodedPublicKeyLocatorA hardcoded public key locator.(package private) classJWKPublicKeyLocatorA public key locator that dynamically obtains the public key from an OpenID provider by sending a request to the provider'sjwks_uriwhen needed.Fields in org.wildfly.security.http.oidc declared as PublicKeyLocator Modifier and Type Field Description protected PublicKeyLocatorOidcClientConfiguration. publicKeyLocatorprivate PublicKeyLocatorTokenValidator.Builder. publicKeyLocatorMethods in org.wildfly.security.http.oidc that return PublicKeyLocator Modifier and Type Method Description PublicKeyLocatorOidcClientConfiguration. getPublicKeyLocator()PublicKeyLocatorOidcClientContext.OidcClientConfigurationDelegate. getPublicKeyLocator()Methods in org.wildfly.security.http.oidc with parameters of type PublicKeyLocator Modifier and Type Method Description voidOidcClientConfiguration. setPublicKeyLocator(PublicKeyLocator publicKeyLocator)voidOidcClientContext.OidcClientConfigurationDelegate. setPublicKeyLocator(PublicKeyLocator publicKeyLocator)
-