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 OrgUnitResourceProvision. getOrgUnitTO()Methods in org.apache.syncope.client.console.wizards.resources with parameters of type OrgUnit Modifier and Type Method Description voidResourceProvision. 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 OrgUnitResourceTO. getOrgUnit()Methods in org.apache.syncope.common.lib.to with parameters of type OrgUnit Modifier and Type Method Description voidResourceTO. 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 OrgUnitExternalResource. getOrgUnit()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type OrgUnit Modifier and Type Method Description voidExternalResource. 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 OrgUnitJPAExternalResource. getOrgUnit()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type OrgUnit Modifier and Type Method Description voidJPAExternalResource. 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 NameDefaultMappingManager. 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 ConnectorObjectAbstractPropagationTaskExecutor. 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.ResultDefaultRealmPullResultHandler. assign(SyncDelta delta, OrgUnit orgUnit)protected AuditElements.ResultDefaultRealmPullResultHandler. doHandle(SyncDelta delta, OrgUnit orgUnit)List<Realm>InboundMatcher. match(SyncDelta syncDelta, OrgUnit orgUnit)Finds internal realms based on external attributes and mapping.protected AuditElements.ResultDefaultRealmPullResultHandler. 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 RealmTOConnObjectUtils. getRealmTO(ConnectorObject obj, OrgUnit orgUnit)
-