Uses of Interface
org.apache.syncope.core.provisioning.api.AccountGetter
-
Packages that use AccountGetter Package Description org.apache.syncope.core.provisioning.api org.apache.syncope.core.provisioning.java -
-
Uses of AccountGetter in org.apache.syncope.core.provisioning.api
Fields in org.apache.syncope.core.provisioning.api declared as AccountGetter Modifier and Type Field Description static AccountGetter
AccountGetter. DEFAULT
Methods in org.apache.syncope.core.provisioning.api with parameters of type AccountGetter Modifier and Type Method Description Pair<AttrSchemaType,List<PlainAttrValue>>
MappingManager. getIntValues(ExternalResource resource, Provision provision, Item mapItem, IntAttrName intAttrName, AttrSchemaType schemaType, Any<?> any, AccountGetter usernameAccountGetter, PlainAttrGetter plainAttrGetter)
Get attribute values for the givenItem
and any object.Pair<String,Attribute>
MappingManager. prepareAttr(ExternalResource resource, Provision provision, Item item, Any<?> any, String password, AccountGetter usernameAccountGetter, AccountGetter passwordAccountGetter, PlainAttrGetter plainAttrGetter)
Prepare attribute for sending to a connector instance. -
Uses of AccountGetter in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type AccountGetter Modifier and Type Method Description Pair<AttrSchemaType,List<PlainAttrValue>>
DefaultMappingManager. getIntValues(ExternalResource resource, Provision provision, Item mapItem, IntAttrName intAttrName, AttrSchemaType schemaType, Any<?> any, AccountGetter usernameAccountGetter, PlainAttrGetter plainAttrGetter)
Pair<String,Attribute>
DefaultMappingManager. prepareAttr(ExternalResource resource, Provision provision, Item item, Any<?> any, String password, AccountGetter usernameAccountGetter, AccountGetter passwordAccountGetter, PlainAttrGetter plainAttrGetter)
-