Uses of Interface
org.mockserver.authentication.AuthenticationHandler
Packages that use AuthenticationHandler
Package
Description
-
Uses of AuthenticationHandler in org.mockserver.authentication
Classes in org.mockserver.authentication that implement AuthenticationHandlerConstructors in org.mockserver.authentication with parameters of type AuthenticationHandlerModifierConstructorDescriptionChainedAuthenticationHandler(AuthenticationHandler... authenticationHandlers) -
Uses of AuthenticationHandler in org.mockserver.authentication.jwt
Classes in org.mockserver.authentication.jwt that implement AuthenticationHandler -
Uses of AuthenticationHandler in org.mockserver.authentication.mtls
Classes in org.mockserver.authentication.mtls that implement AuthenticationHandler -
Uses of AuthenticationHandler in org.mockserver.authentication.oidc
Classes in org.mockserver.authentication.oidc that implement AuthenticationHandlerModifier and TypeClassDescriptionclassControl-plane authentication handler for an external OIDC IdP: verifies anAuthorization: Bearer <jwt>access token's signature against the IdP's JWK set, asserts issuer, audience, exp/nbf and required scopes, and surfaces the VERIFIEDsubas the principal (sourceverified-oidc) along with a redaction-safe subset of claims and the normalised scope set. -
Uses of AuthenticationHandler in org.mockserver.mock
Methods in org.mockserver.mock that return AuthenticationHandlerMethods in org.mockserver.mock with parameters of type AuthenticationHandlerModifier and TypeMethodDescriptionvoidHttpState.setControlPlaneAuthenticationHandler(AuthenticationHandler controlPlaneAuthenticationHandler)