Uses of Interface
org.mockserver.authentication.AuthenticationHandler
-
Packages that use AuthenticationHandler Package Description org.mockserver.authentication org.mockserver.authentication.jwt org.mockserver.authentication.mtls org.mockserver.mock -
-
Uses of AuthenticationHandler in org.mockserver.authentication
Classes in org.mockserver.authentication that implement AuthenticationHandler Modifier and Type Class Description classChainedAuthenticationHandlerConstructors in org.mockserver.authentication with parameters of type AuthenticationHandler Constructor Description ChainedAuthenticationHandler(AuthenticationHandler... authenticationHandlers) -
Uses of AuthenticationHandler in org.mockserver.authentication.jwt
Classes in org.mockserver.authentication.jwt that implement AuthenticationHandler Modifier and Type Class Description classJWTAuthenticationHandler -
Uses of AuthenticationHandler in org.mockserver.authentication.mtls
Classes in org.mockserver.authentication.mtls that implement AuthenticationHandler Modifier and Type Class Description classMTLSAuthenticationHandler -
Uses of AuthenticationHandler in org.mockserver.mock
Methods in org.mockserver.mock that return AuthenticationHandler Modifier and Type Method Description AuthenticationHandlerHttpState. getControlPlaneAuthenticationHandler()Methods in org.mockserver.mock with parameters of type AuthenticationHandler Modifier and Type Method Description voidHttpState. setControlPlaneAuthenticationHandler(AuthenticationHandler controlPlaneAuthenticationHandler)
-