Package org.mockserver.authentication
Class ChainedAuthenticationHandler
- java.lang.Object
-
- org.mockserver.authentication.ChainedAuthenticationHandler
-
- All Implemented Interfaces:
AuthenticationHandler
public class ChainedAuthenticationHandler extends Object implements AuthenticationHandler
-
-
Constructor Summary
Constructors Constructor Description ChainedAuthenticationHandler(AuthenticationHandler... authenticationHandlers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontrolPlaneRequestAuthenticated(HttpRequest request)
-
-
-
Constructor Detail
-
ChainedAuthenticationHandler
public ChainedAuthenticationHandler(AuthenticationHandler... authenticationHandlers)
-
-
Method Detail
-
controlPlaneRequestAuthenticated
public boolean controlPlaneRequestAuthenticated(HttpRequest request)
- Specified by:
controlPlaneRequestAuthenticatedin interfaceAuthenticationHandler
-
-