Uses of Interface
org.apache.syncope.core.provisioning.api.AccountGetter
Packages that use AccountGetter
Package
Description
-
Uses of AccountGetter in org.apache.syncope.core.provisioning.api
Fields in org.apache.syncope.core.provisioning.api declared as AccountGetterMethods in org.apache.syncope.core.provisioning.api with parameters of type AccountGetterModifier and TypeMethodDescriptionMappingManager.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.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 AccountGetterModifier and TypeMethodDescriptionDefaultMappingManager.getIntValues
(ExternalResource resource, Provision provision, Item mapItem, IntAttrName intAttrName, AttrSchemaType schemaType, Any<?> any, AccountGetter usernameAccountGetter, PlainAttrGetter plainAttrGetter) DefaultMappingManager.prepareAttr
(ExternalResource resource, Provision provision, Item item, Any<?> any, String password, AccountGetter usernameAccountGetter, AccountGetter passwordAccountGetter, PlainAttrGetter plainAttrGetter)