Class ConfigurationPropertiesImpl
java.lang.Object
org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
- All Implemented Interfaces:
ConfigurationProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetProperty(String name) Get a particularConfigurationPropertyby name.Get the list of properties names for thisConfiguration.inthashCode()voidsetParent(APIConfigurationImpl parent) voidvoidsetPropertyValue(String name, Object value) Set the value of theConfigurationproperty by name.
-
Constructor Details
-
ConfigurationPropertiesImpl
public ConfigurationPropertiesImpl()
-
-
Method Details
-
getParent
-
setParent
-
setProperties
-
getProperties
-
getProperty
Get a particularConfigurationPropertyby name.- Specified by:
getPropertyin interfaceConfigurationProperties- Parameters:
name- the unique name of the property.- Returns:
- a
ConfigurationPropertyif it exists otherwise null.
-
getPropertyNames
Get the list of properties names for thisConfiguration.- Specified by:
getPropertyNamesin interfaceConfigurationProperties- Returns:
- a list containing the names of properties that an application can configure for a connector.
-
setPropertyValue
Set the value of theConfigurationproperty by name.- Specified by:
setPropertyValuein interfaceConfigurationProperties- Parameters:
name- Name of the property to set the value against.value- Value to set on the configuration property.
-
equals
-
hashCode
public int hashCode()
-