Package | Description |
---|---|
org.apache.syncope.core.provisioning.api | |
org.apache.syncope.core.provisioning.java |
Modifier and Type | Field and Description |
---|---|
static AccountGetter |
AccountGetter.DEFAULT |
Modifier and Type | Method and Description |
---|---|
Pair<AttrSchemaType,List<PlainAttrValue>> |
MappingManager.getIntValues(Provision provision,
Item mapItem,
IntAttrName intAttrName,
AttrSchemaType schemaType,
Any<?> any,
AccountGetter usernameAccountGetter,
PlainAttrGetter plainAttrGetter)
Get attribute values for the given
Item and any object. |
Pair<String,Attribute> |
MappingManager.prepareAttr(Provision provision,
Item item,
Any<?> any,
String password,
AccountGetter usernameAccountGetter,
AccountGetter passwordAccountGetter,
PlainAttrGetter plainAttrGetter)
Prepare attribute for sending to a connector instance.
|
Modifier and Type | Method and Description |
---|---|
Pair<AttrSchemaType,List<PlainAttrValue>> |
MappingManagerImpl.getIntValues(Provision provision,
Item mapItem,
IntAttrName intAttrName,
AttrSchemaType schemaType,
Any<?> any,
AccountGetter usernameAccountGetter,
PlainAttrGetter plainAttrGetter) |
Pair<String,Attribute> |
MappingManagerImpl.prepareAttr(Provision provision,
Item item,
Any<?> any,
String password,
AccountGetter usernameAccountGetter,
AccountGetter passwordAccountGetter,
PlainAttrGetter plainAttrGetter) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.