| Package | Description |
|---|---|
| org.apache.syncope.common.services | |
| org.apache.syncope.common.to |
| Modifier and Type | Method and Description |
|---|---|
AttributeTO |
ConfigurationService.read(String key)
Returns configuration parameter with matching key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationService.set(String key,
AttributeTO value)
Creates / updates the configuration parameter with the given key.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeTO> |
ConnObjectTO.getAttrMap() |
List<AttributeTO> |
ConnObjectTO.getAttrs() |
Map<String,AttributeTO> |
AbstractAttributableTO.getDerAttrMap() |
List<AttributeTO> |
AbstractAttributableTO.getDerAttrs() |
Map<String,AttributeTO> |
AbstractAttributableTO.getVirAttrMap() |
List<AttributeTO> |
AbstractAttributableTO.getVirAttrs() |
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.