public class ConfigurationPropertiesImpl extends Object implements org.identityconnectors.framework.api.ConfigurationProperties
| Constructor and Description |
|---|
ConfigurationPropertiesImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
APIConfigurationImpl |
getParent() |
Collection<ConfigurationPropertyImpl> |
getProperties() |
org.identityconnectors.framework.api.ConfigurationProperty |
getProperty(String name) |
List<String> |
getPropertyNames() |
int |
hashCode() |
void |
setParent(APIConfigurationImpl parent) |
void |
setProperties(Collection<ConfigurationPropertyImpl> in) |
void |
setPropertyValue(String name,
Object value) |
public APIConfigurationImpl getParent()
public void setParent(APIConfigurationImpl parent)
public void setProperties(Collection<ConfigurationPropertyImpl> in)
public Collection<ConfigurationPropertyImpl> getProperties()
public org.identityconnectors.framework.api.ConfigurationProperty getProperty(String name)
getProperty in interface org.identityconnectors.framework.api.ConfigurationPropertiespublic List<String> getPropertyNames()
getPropertyNames in interface org.identityconnectors.framework.api.ConfigurationPropertiespublic void setPropertyValue(String name, Object value)
setPropertyValue in interface org.identityconnectors.framework.api.ConfigurationPropertiesCopyright © 2018. All rights reserved.