Uses of Interface
org.apache.syncope.core.provisioning.api.PlainAttrGetter
Packages that use PlainAttrGetter
Package
Description
-
Uses of PlainAttrGetter in org.apache.syncope.core.provisioning.api
Fields in org.apache.syncope.core.provisioning.api declared as PlainAttrGetterMethods in org.apache.syncope.core.provisioning.api with parameters of type PlainAttrGetterModifier 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 PlainAttrGetter in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type PlainAttrGetterModifier 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)