Uses of Class
org.apache.syncope.common.lib.to.OrgUnit
-
-
Uses of OrgUnit in org.apache.syncope.client.console.wizards.resources
Methods in org.apache.syncope.client.console.wizards.resources that return OrgUnit Modifier and Type Method Description OrgUnit
ResourceProvision. getOrgUnitTO()
Methods in org.apache.syncope.client.console.wizards.resources with parameters of type OrgUnit Modifier and Type Method Description void
ResourceProvision. setOrgUnitTO(OrgUnit orgUnitTO)
Constructors in org.apache.syncope.client.console.wizards.resources with parameters of type OrgUnit Constructor Description ResourceProvision(OrgUnit orgUnitTO)
-
Uses of OrgUnit in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return OrgUnit Modifier and Type Method Description OrgUnit
ResourceTO. getOrgUnit()
Methods in org.apache.syncope.common.lib.to with parameters of type OrgUnit Modifier and Type Method Description void
ResourceTO. setOrgUnit(OrgUnit orgUnit)
-
Uses of OrgUnit in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return OrgUnit Modifier and Type Method Description OrgUnit
ExternalResource. getOrgUnit()
Methods in org.apache.syncope.core.persistence.api.entity with parameters of type OrgUnit Modifier and Type Method Description void
ExternalResource. setOrgUnit(OrgUnit orgUnit)
-
Uses of OrgUnit in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return OrgUnit Modifier and Type Method Description OrgUnit
JPAExternalResource. getOrgUnit()
Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type OrgUnit Modifier and Type Method Description void
JPAExternalResource. setOrgUnit(OrgUnit orgUnit)
-
Uses of OrgUnit in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type OrgUnit Modifier and Type Method Description Optional<String>
MappingManager. getConnObjectKeyValue(Realm realm, OrgUnit orgUnit)
Get connObjectKey internal value.Pair<String,Set<Attribute>>
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 OrgUnit Modifier and Type Method Description default Set<String>
PropagationActions. 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 OrgUnit Modifier and Type Method Description default Set<String>
PullActions. 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 OrgUnit Modifier and Type Method Description protected Name
DefaultMappingManager. evaluateNAME(Realm realm, OrgUnit orgUnit, String connObjectKey)
Build __NAME__ for propagation.Optional<String>
DefaultMappingManager. getConnObjectKeyValue(Realm realm, OrgUnit orgUnit)
Pair<String,Set<Attribute>>
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 OrgUnit Modifier and Type Method Description protected 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 with parameters of type OrgUnit Modifier and Type Method Description protected AuditElements.Result
DefaultRealmPullResultHandler. assign(SyncDelta delta, OrgUnit orgUnit)
protected AuditElements.Result
DefaultRealmPullResultHandler. doHandle(SyncDelta delta, OrgUnit orgUnit)
List<Realm>
InboundMatcher. match(SyncDelta syncDelta, OrgUnit orgUnit)
Finds internal realms based on external attributes and mapping.protected AuditElements.Result
DefaultRealmPullResultHandler. provision(SyncDelta delta, OrgUnit orgUnit)
-
Uses of OrgUnit in org.apache.syncope.core.provisioning.java.utils
Methods in org.apache.syncope.core.provisioning.java.utils with parameters of type OrgUnit Modifier and Type Method Description RealmTO
ConnObjectUtils. getRealmTO(ConnectorObject obj, OrgUnit orgUnit)
-