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 AuthenticationHandlerModifier and TypeClassDescriptionclassstatic classRejects every control-plane request.Methods in org.mockserver.authentication that return AuthenticationHandlerModifier and TypeMethodDescriptionstatic AuthenticationHandlerControlPlaneAuthenticationHandlerFactory.build(Configuration configuration, MockServerLogger mockServerLogger) Build the control-plane authentication handler for the supplied configuration.Constructors 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 AuthenticationHandlerModifier and TypeMethodDescriptionHttpState.getControlPlaneAuthenticationHandler()The control-plane authentication handler currently in force, ornullwhen the control plane is unauthenticated.Methods in org.mockserver.mock with parameters of type AuthenticationHandlerModifier and TypeMethodDescriptionvoidHttpState.setControlPlaneAuthenticationHandler(AuthenticationHandler controlPlaneAuthenticationHandler)