Package ca.uhn.fhir.test.utilities
Class TlsAuthenticationTestHelper
java.lang.Object
ca.uhn.fhir.test.utilities.TlsAuthenticationTestHelper
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterEachCallback,org.junit.jupiter.api.extension.Extension
public class TlsAuthenticationTestHelper
extends Object
implements org.junit.jupiter.api.extension.AfterEachCallback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterEach(org.junit.jupiter.api.extension.ExtensionContext theExtensionContext) String[]createBaseRequestGeneratingCommandArgs(String[] theBaseArgs, String theUrlFlag, boolean theAddTls, BaseRestServerHelper theRestServerHelper) ca.uhn.fhir.tls.TlsAuthentication
-
Constructor Details
-
TlsAuthenticationTestHelper
public TlsAuthenticationTestHelper()
-
-
Method Details
-
afterEach
public void afterEach(org.junit.jupiter.api.extension.ExtensionContext theExtensionContext) throws Exception - Specified by:
afterEachin interfaceorg.junit.jupiter.api.extension.AfterEachCallback- Throws:
Exception
-
createBaseRequestGeneratingCommandArgs
public String[] createBaseRequestGeneratingCommandArgs(String[] theBaseArgs, String theUrlFlag, boolean theAddTls, BaseRestServerHelper theRestServerHelper) -
getTlsAuthentication
-
createTlsAuthenticationFile
-