public final class ClientSideTypeImplementationsManagerProperties extends MyProperties
| Property Name | Description |
|---|---|
| "AUTHENTICATECLIENT" | Whether or not the obtained monitor connection is to authenticate the client. |
| "SIGNATUREALGORITHMNAMES" | A comma-separated list of signature algorithm names that can be used for client authentication/signing. |
MyProperties.SKIPAUTOLOAD| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTHENTICATECLIENT
The name of the config option defining whether or not the monitor connection used by the type implementations manager, must authenticate the client
|
static java.lang.String |
AUTHENTICATECLIENTDEFAULT
The default value for the AUTHENTICATECLIENT option (false)
|
static java.lang.String |
SIGNATUREALGORITHMNAMES
The option that names the signatures that can be used by the type implementations manager client for authenticating/signing
|
static java.lang.String |
SIGNATUREALGORITHMNAMESDEFAULT
The default value for the SIGNATUREALGORITHMNAMES option
|
SUFFIX| Modifier and Type | Method and Description |
|---|---|
static ClientSideTypeImplementationsManagerProperties |
getInstance()
Gets the instance
|
getOptionalProperty, getOptionalProperty, getPropertiesBaseName, getRequiredProperty, getRequiredProperty, resolveSystemPropertyRefsgetProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, toString, valuespublic static final java.lang.String AUTHENTICATECLIENT
public static final java.lang.String AUTHENTICATECLIENTDEFAULT
public static final java.lang.String SIGNATUREALGORITHMNAMES
public static final java.lang.String SIGNATUREALGORITHMNAMESDEFAULT
public static ClientSideTypeImplementationsManagerProperties getInstance()