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