Class MTLSAuthenticationHandler
- java.lang.Object
-
- org.mockserver.authentication.mtls.MTLSAuthenticationHandler
-
- All Implemented Interfaces:
AuthenticationHandler
public class MTLSAuthenticationHandler extends Object implements AuthenticationHandler
-
-
Constructor Summary
Constructors Constructor Description MTLSAuthenticationHandler(MockServerLogger mockServerLogger, X509Certificate[] controlPlaneTLSMutualAuthenticationCAChain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontrolPlaneRequestAuthenticated(HttpRequest request)
-
-
-
Constructor Detail
-
MTLSAuthenticationHandler
public MTLSAuthenticationHandler(MockServerLogger mockServerLogger, X509Certificate[] controlPlaneTLSMutualAuthenticationCAChain)
-
-
Method Detail
-
controlPlaneRequestAuthenticated
public boolean controlPlaneRequestAuthenticated(HttpRequest request)
- Specified by:
controlPlaneRequestAuthenticatedin interfaceAuthenticationHandler
-
-