Uses of Record Class
org.apache.syncope.core.provisioning.api.MappingManager.PreparedAttrs
Packages that use MappingManager.PreparedAttrs
Package
Description
-
Uses of MappingManager.PreparedAttrs in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api that return MappingManager.PreparedAttrsModifier and TypeMethodDescriptionMappingManager.prepareAttrsFromAny(Any any, String password, boolean changePwd, Boolean enable, ExternalResource resource, Provision provision) Prepare attributes for sending to a connector instance.MappingManager.prepareAttrsFromRealm(Realm realm, ExternalResource resource) Prepare attributes for sending to a connector instance. -
Uses of MappingManager.PreparedAttrs in org.apache.syncope.core.provisioning.api.propagation
Methods in org.apache.syncope.core.provisioning.api.propagation with parameters of type MappingManager.PreparedAttrsModifier and TypeMethodDescriptionPropagationManager.newTask(DerAttrHandler derAttrHandler, Any any, ExternalResource resource, ResourceOperation operation, Provision provision, Stream<Item> mappingItems, MappingManager.PreparedAttrs preparedAttrs) -
Uses of MappingManager.PreparedAttrs in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return MappingManager.PreparedAttrsModifier and TypeMethodDescriptionDefaultMappingManager.prepareAttrsFromAny(Any any, String password, boolean changePwd, Boolean enable, ExternalResource resource, Provision provision) DefaultMappingManager.prepareAttrsFromRealm(Realm realm, ExternalResource resource) -
Uses of MappingManager.PreparedAttrs in org.apache.syncope.core.provisioning.java.propagation
Methods in org.apache.syncope.core.provisioning.java.propagation with parameters of type MappingManager.PreparedAttrsModifier and TypeMethodDescriptionDefaultPropagationManager.newTask(DerAttrHandler derAttrHandler, Any any, ExternalResource resource, ResourceOperation operation, Provision provision, Stream<Item> mappingItems, MappingManager.PreparedAttrs preparedAttrs)