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
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
Fields inherited from class eu.unicore.util.configuration.PropertiesHelper
genericListeners, metadata, prefix, properties, propertyFocusedListeners, structuredPrefixes
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCertificateName
(String listKey) getCredentialName
(String listKey) getCredentialPrefix
(String credential) getTruststoreName
(String listKey) 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 Details
-
P
- See Also:
-
CREDENTIALS
- See Also:
-
TRUSTSTORES
- See Also:
-
CERTIFICATES
- See Also:
-
CERTIFICATE_FILE
- See Also:
-
defaults
-
-
Constructor Details
-
UnityPKIConfiguration
-
-
Method Details
-
getCredentialPrefix
-
getCredentialName
-
getTruststorePrefix
-
getTruststoreName
-
getCertificateName
-
getProperties
-