Uses of Package
org.mockserver.oidc
Packages that use org.mockserver.oidc
-
Classes in org.mockserver.oidc used by org.mockserver.client
-
Classes in org.mockserver.oidc used by org.mockserver.oidcClassDescriptionIn-memory state backing the mock OIDC authorization-code flow.Immutable record of an issued authorization code: the redirect_uri it was bound to, optional PKCE challenge, the requested scope, and the
nonceechoed from the authorize request.Record of a device code issued by the device-authorization endpoint (RFC 8628).Record of an opaque access token (issued whenOidcProviderConfiguration.isOpaqueAccessToken()) so the introspection endpoint can validate it: the claims to echo back and the absolute expiry.Immutable description of a generated OIDC provider.Configuration for the OIDC mock identity provider.Mints the OIDC token-endpoint response (access_token, id_token, refresh_token) at request time.