public class C2Properties extends Properties
| Modifier and Type | Field and Description |
|---|---|
static String |
MINIFI_C2_SERVER_KEY_PASSWD |
static String |
MINIFI_C2_SERVER_KEYSTORE |
static String |
MINIFI_C2_SERVER_KEYSTORE_PASSWD |
static String |
MINIFI_C2_SERVER_KEYSTORE_TYPE |
static String |
MINIFI_C2_SERVER_SECURE |
static String |
MINIFI_C2_SERVER_TRUSTSTORE |
static String |
MINIFI_C2_SERVER_TRUSTSTORE_PASSWD |
static String |
MINIFI_C2_SERVER_TRUSTSTORE_TYPE |
private static C2Properties |
properties |
defaults| Constructor and Description |
|---|
C2Properties() |
| Modifier and Type | Method and Description |
|---|---|
static C2Properties |
getInstance() |
private static C2Properties |
initProperties() |
boolean |
isSecure() |
getProperty, 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, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic static final String MINIFI_C2_SERVER_SECURE
public static final String MINIFI_C2_SERVER_KEYSTORE_TYPE
public static final String MINIFI_C2_SERVER_KEYSTORE
public static final String MINIFI_C2_SERVER_KEYSTORE_PASSWD
public static final String MINIFI_C2_SERVER_KEY_PASSWD
public static final String MINIFI_C2_SERVER_TRUSTSTORE
public static final String MINIFI_C2_SERVER_TRUSTSTORE_TYPE
public static final String MINIFI_C2_SERVER_TRUSTSTORE_PASSWD
private static final C2Properties properties
private static C2Properties initProperties()
public static C2Properties getInstance()
public boolean isSecure()
Copyright © 2024 Apache NiFi Project. All rights reserved.