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.PropertiesHelperConfigures disk based truststores and credentials, which are named and can be referenced.- Author:
- K. Benedyczak
-
-
Field Summary
Fields Modifier and Type Field Description static StringCERTIFICATE_FILEstatic StringCERTIFICATESstatic StringCREDENTIALSstatic Map<String,eu.unicore.util.configuration.PropertyMD>defaultsstatic StringPstatic StringTRUSTSTORES
-
Constructor Summary
Constructors Constructor Description UnityPKIConfiguration(Properties source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCertificateName(String listKey)StringgetCredentialName(String listKey)StringgetCredentialPrefix(String credential)PropertiesgetProperties()StringgetTruststoreName(String listKey)StringgetTruststorePrefix(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()
-
-