Class UnityPKIConfiguration
- java.lang.Object
-
- eu.unicore.util.configuration.PropertiesHelper
-
- pl.edu.icm.unity.engine.api.config.UnityPKIConfiguration
-
- All Implemented Interfaces:
eu.unicore.util.configuration.PropertiesHelperAPI
,eu.unicore.util.configuration.UpdateableConfiguration
,Cloneable
public class UnityPKIConfiguration extends eu.unicore.util.configuration.PropertiesHelper
Configures disk based truststores and credentials, which are named and can be referenced.- Author:
- K. Benedyczak
-
-
Field Summary
Fields Modifier and Type Field Description static String
CERTIFICATE_FILE
static String
CERTIFICATES
static String
CREDENTIALS
static Map<String,eu.unicore.util.configuration.PropertyMD>
defaults
static String
P
static String
TRUSTSTORES
-
Constructor Summary
Constructors Constructor Description UnityPKIConfiguration(Properties source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCertificateName(String listKey)
String
getCredentialName(String listKey)
String
getCredentialPrefix(String credential)
Properties
getProperties()
String
getTruststoreName(String listKey)
String
getTruststorePrefix(String truststore)
-
Methods inherited from class eu.unicore.util.configuration.PropertiesHelper
addPropertyChangeListener, canHaveSubkeys, checkBounds, checkConstraints, checkConstraints, checkDeprecated, checkPropertyConstraints, checkStructuredListConstraints, clone, cloneTo, filterChanged, findUnknown, getBooleanValue, getClassValue, getDoubleValue, getDoubleValueNoCheck, getEnumValue, getFileValue, getFileValueAsString, getIntValue, getIntValueNoCheck, getKeyDescription, getListOfValues, getLocalizedValue, getLongValue, getLongValueNoCheck, getMetadata, getMetadataKey, getRawProperty, getSortedNumKeys, getSortedStringKeys, getStructuredListKeys, getSubkeyBooleanValue, getSubkeyEnumValue, getSubkeyIntValue, getSubkeyLongValue, getSubkeyValue, getValue, isSet, logValue, notifyAllWithKey, notifyFocusedListeners, notifyGenericListeners, removePropertyChangeListener, setProperties, setProperty
-
-
-
-
Field Detail
-
P
public static final String P
- See Also:
- Constant Field Values
-
CREDENTIALS
public static final String CREDENTIALS
- See Also:
- Constant Field Values
-
TRUSTSTORES
public static final String TRUSTSTORES
- See Also:
- Constant Field Values
-
CERTIFICATES
public static final String CERTIFICATES
- See Also:
- Constant Field Values
-
CERTIFICATE_FILE
public static final String CERTIFICATE_FILE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UnityPKIConfiguration
public UnityPKIConfiguration(Properties source)
-
-
Method Detail
-
getProperties
public Properties getProperties()
-
-