Uses of Class
org.apache.syncope.common.lib.to.OrgUnit
Packages that use OrgUnit
Package
Description
-
Uses of OrgUnit in org.apache.syncope.client.console.wizards.resources
Methods in org.apache.syncope.client.console.wizards.resources that return OrgUnitMethods in org.apache.syncope.client.console.wizards.resources with parameters of type OrgUnitConstructors in org.apache.syncope.client.console.wizards.resources with parameters of type OrgUnit -
Uses of OrgUnit in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return OrgUnitMethods in org.apache.syncope.common.lib.to with parameters of type OrgUnit -
Uses of OrgUnit in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return OrgUnitMethods in org.apache.syncope.core.persistence.api.entity with parameters of type OrgUnit -
Uses of OrgUnit in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return OrgUnitMethods in org.apache.syncope.core.persistence.jpa.entity with parameters of type OrgUnit -
Uses of OrgUnit in org.apache.syncope.core.persistence.neo4j.entity
Methods in org.apache.syncope.core.persistence.neo4j.entity that return OrgUnitMethods in org.apache.syncope.core.persistence.neo4j.entity with parameters of type OrgUnit -
Uses of OrgUnit in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type OrgUnitModifier 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
Methods in org.apache.syncope.core.provisioning.api.propagation with parameters of type OrgUnitModifier 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
Methods in org.apache.syncope.core.provisioning.api.pushpull with parameters of type OrgUnitModifier 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
Methods in org.apache.syncope.core.provisioning.java with parameters of type OrgUnitModifier 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
Methods in org.apache.syncope.core.provisioning.java.propagation with parameters of type OrgUnitModifier 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
Methods in org.apache.syncope.core.provisioning.java.pushpull that return OrgUnitModifier and TypeMethodDescriptionLiveSyncJobDelegate.LiveSyncInfo.orgUnit()
Returns the value of theorgUnit
record component.Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type OrgUnitModifier 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
Constructors in org.apache.syncope.core.provisioning.java.pushpull with parameters of type OrgUnitModifierConstructorDescriptionprotected
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
Methods in org.apache.syncope.core.provisioning.java.utils with parameters of type OrgUnitModifier and TypeMethodDescriptionConnObjectUtils.getRealmTO
(ConnectorObject obj, OrgUnit orgUnit) -
Uses of OrgUnit in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type OrgUnitModifier and TypeMethodDescriptionTestLiveSyncDeltaMapper.map
(LiveSyncDelta liveSyncDelta, OrgUnit orgUnit)