Uses of Class
org.apache.syncope.common.lib.to.OrgUnit
Package
Description
-
Uses of OrgUnit in org.apache.syncope.client.console.wizards.resources
-
Uses of OrgUnit in org.apache.syncope.common.lib.to
-
Uses of OrgUnit in org.apache.syncope.core.persistence.api.entity
-
Uses of OrgUnit in org.apache.syncope.core.persistence.jpa.entity
-
Uses of OrgUnit in org.apache.syncope.core.persistence.neo4j.entity
-
Uses of OrgUnit in org.apache.syncope.core.provisioning.api
Modifier and TypeMethodDescriptionMappingManager.getConnObjectKeyValue
(Realm realm, OrgUnit orgUnit) Get connObjectKey internal value.LiveSyncDeltaMapper.map
(LiveSyncDelta liveSyncDelta, OrgUnit orgUnit) MappingManager.prepareAttrsFromRealm
(Realm realm, OrgUnit orgUnit) Prepare attributes for sending to a connector instance. -
Uses of OrgUnit in org.apache.syncope.core.provisioning.api.propagation
Modifier and TypeMethodDescriptionPropagationActions.moreAttrsToGet
(Optional<PropagationTaskInfo> taskInfo, OrgUnit orgUnit) Return additional attributes to include in the result from the underlying connector. -
Uses of OrgUnit in org.apache.syncope.core.provisioning.api.pushpull
Modifier and TypeMethodDescriptionInboundActions.moreAttrsToGet
(ProvisioningProfile<?, ?> profile, OrgUnit orgUnit) Return additional attributes to include in the result from the underlying connector. -
Uses of OrgUnit in org.apache.syncope.core.provisioning.java
Modifier and TypeMethodDescriptionprotected Name
DefaultMappingManager.evaluateNAME
(Realm realm, OrgUnit orgUnit, String connObjectKey) Build __NAME__ for propagation.DefaultMappingManager.getConnObjectKeyValue
(Realm realm, OrgUnit orgUnit) DefaultMappingManager.prepareAttrsFromRealm
(Realm realm, OrgUnit orgUnit) -
Uses of OrgUnit in org.apache.syncope.core.provisioning.java.propagation
Modifier and TypeMethodDescriptionprotected ConnectorObject
AbstractPropagationTaskExecutor.getRemoteObject
(PropagationTaskInfo taskInfo, Connector connector, OrgUnit orgUnit, List<PropagationActions> actions, boolean latest) Get remote object for given task. -
Uses of OrgUnit in org.apache.syncope.core.provisioning.java.pushpull
Modifier and TypeMethodDescriptionLiveSyncJobDelegate.LiveSyncInfo.orgUnit()
Returns the value of theorgUnit
record component.Modifier and TypeMethodDescriptionprotected OpEvent.Outcome
protected OpEvent.Outcome
InboundMatcher.match
(LiveSyncDelta syncDelta, OrgUnit orgUnit) Finds internal realms based on external attributes and mapping.KafkaInboundActions.moreAttrsToGet
(ProvisioningProfile<?, ?> profile, OrgUnit orgUnit) protected OpEvent.Outcome
ModifierConstructorDescriptionprotected
LiveSyncInfo
(Provision provision, OrgUnit orgUnit, ObjectClass objectClass, AnyTypeKind anyTypeKind, PlainSchema uidOnCreate, SyncopePullResultHandler handler, OperationOptions options) Creates an instance of aLiveSyncInfo
record class. -
Uses of OrgUnit in org.apache.syncope.core.provisioning.java.utils
Modifier and TypeMethodDescriptionConnObjectUtils.getRealmTO
(ConnectorObject obj, OrgUnit orgUnit) -
Uses of OrgUnit in org.apache.syncope.fit.core.reference
Modifier and TypeMethodDescriptionTestLiveSyncDeltaMapper.map
(LiveSyncDelta liveSyncDelta, OrgUnit orgUnit)