Class ConfigurationPropertiesImpl
java.lang.Object
org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
- All Implemented Interfaces:
ConfigurationProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getProperty
(String name) Get a particularConfigurationProperty
by name.Get the list of properties names for thisConfiguration
.int
hashCode()
void
setParent
(APIConfigurationImpl parent) void
void
setPropertyValue
(String name, Object value) Set the value of theConfiguration
property by name.
-
Constructor Details
-
ConfigurationPropertiesImpl
public ConfigurationPropertiesImpl()
-
-
Method Details
-
getParent
-
setParent
-
setProperties
-
getProperties
-
getProperty
Get a particularConfigurationProperty
by name.- Specified by:
getProperty
in interfaceConfigurationProperties
- Parameters:
name
- the unique name of the property.- Returns:
- a
ConfigurationProperty
if it exists otherwise null.
-
getPropertyNames
Get the list of properties names for thisConfiguration
.- Specified by:
getPropertyNames
in interfaceConfigurationProperties
- Returns:
- a list containing the names of properties that an application can configure for a connector.
-
setPropertyValue
Set the value of theConfiguration
property by name.- Specified by:
setPropertyValue
in 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()
-