Uses of Class
org.apache.syncope.core.provisioning.api.IntAttrName
-
Packages that use IntAttrName Package Description org.apache.syncope.core.provisioning.api org.apache.syncope.core.provisioning.java -
-
Uses of IntAttrName in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api that return IntAttrName Modifier and Type Method Description IntAttrName
IntAttrNameParser. parse(String intAttrName, AnyTypeKind provisionAnyTypeKind)
Methods in org.apache.syncope.core.provisioning.api with parameters of type IntAttrName 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.protected void
IntAttrNameParser. setFieldOrSchemaName(String fieldOrSchemaName, AnyTypeKind anyTypeKind, IntAttrName result)
-
Uses of IntAttrName in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type IntAttrName 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)
-