@NotThreadSafe public final class AS2PeppolServletConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_RECEIVER_CHECK_ENABLED |
| Modifier and Type | Method and Description |
|---|---|
static X509Certificate |
getAPCertificate() |
static String |
getAS2EndpointURL() |
static com.helger.smpclient.peppol.ISMPServiceMetadataProvider |
getSMPClient() |
static boolean |
isReceiverCheckEnabled() |
static void |
setAPCertificate(X509Certificate aAPCertificate) |
static void |
setAS2EndpointURL(String sAS2EndpointURL) |
static void |
setReceiverCheckEnabled(boolean bReceiverCheckEnabled) |
static void |
setSMPClient(com.helger.smpclient.peppol.ISMPServiceMetadataProvider aSMPClient) |
public static final boolean DEFAULT_RECEIVER_CHECK_ENABLED
public static boolean isReceiverCheckEnabled()
true if the checks for endpoint URL and endpoint
certificate are enabled, false otherwise. By default
the checks are disabled for backwards compatibility.public static void setReceiverCheckEnabled(boolean bReceiverCheckEnabled)
@Nullable public static com.helger.smpclient.peppol.ISMPServiceMetadataProvider getSMPClient()
null if not yet
configured.public static void setSMPClient(@Nullable com.helger.smpclient.peppol.ISMPServiceMetadataProvider aSMPClient)
@Nullable public static String getAS2EndpointURL()
null by default.@Nullable public static X509Certificate getAPCertificate()
null by default.public static void setAPCertificate(@Nullable X509Certificate aAPCertificate)
Copyright © 2014–2020 Philip Helger. All rights reserved.