Uses of Class
org.mockserver.oidc.OidcAuthorizationStore.Provider
Packages that use OidcAuthorizationStore.Provider
-
Uses of OidcAuthorizationStore.Provider in org.mockserver.oidc
Methods in org.mockserver.oidc that return OidcAuthorizationStore.ProviderModifier and TypeMethodDescriptionOidcAuthorizationStore.providerForAuthorizePath(String authorizePath) Finds the provider serving the given authorize path, ornullif none registered.OidcAuthorizationStore.providerForDeviceAuthorizationPath(String deviceAuthorizationPath) Finds the provider serving the given device-authorization path, ornullif none registered.OidcAuthorizationStore.providerForIntrospectPath(String introspectPath) Finds the provider serving the given introspection path, ornullif none registered.OidcAuthorizationStore.providerForTokenPath(String tokenPath) Finds the provider serving the given token path, ornullif none registered.Methods in org.mockserver.oidc with parameters of type OidcAuthorizationStore.ProviderModifier and TypeMethodDescriptionvoidOidcAuthorizationStore.registerProvider(OidcAuthorizationStore.Provider provider) Registers (or replaces) the provider serving the given authorize/token paths.