Uses of Class
org.apache.syncope.common.lib.to.ConnObject
Package
Description
-
Uses of ConnObject in org.apache.syncope.client.console.commons
Modifier and TypeMethodDescriptionIdMStatusProvider.get
(AnyTO any, Collection<String> resources) IdRepoStatusProvider.get
(AnyTO any, Collection<String> resources) StatusProvider.get
(AnyTO any, Collection<String> resources) -
Uses of ConnObject in org.apache.syncope.client.console.panels
Modifier and TypeMethodDescriptionprotected final Pair
<ConnObject, ConnObject> Realm.RemoteRealmPanel.getConnObjectTOs()
protected final Pair
<ConnObject, ConnObject> Realm.RemoteRealmPanel.getConnObjectTOs()
protected abstract Pair
<ConnObject, ConnObject> RemoteObjectPanel.getConnObjectTOs()
protected abstract Pair
<ConnObject, ConnObject> RemoteObjectPanel.getConnObjectTOs()
protected List
<ConnObject> ConnObjectListViewPanel.reloadItems
(String resource, String anyType, String cookie, String fiql) Modifier and TypeMethodDescriptionprotected abstract void
ConnObjectListViewPanel.viewConnObject
(ConnObject connObjectTO, AjaxRequestTarget target) -
Uses of ConnObject in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescriptionResourceRestClient.readConnObject
(String resource, String anyTypeKey, String anyKey) Modifier and TypeMethodDescriptionResourceRestClient.searchConnObjects
(String resource, String anyTypeKey, ConnObjectTOQuery.Builder queryBuilder, SortParam<String> sortParam) -
Uses of ConnObject in org.apache.syncope.client.console.status
Modifier and TypeMethodDescriptionprotected Pair
<ConnObject, ConnObject> LinkedAccountStatusPanel.getConnObjectTOs()
protected Pair
<ConnObject, ConnObject> LinkedAccountStatusPanel.getConnObjectTOs()
protected Pair
<ConnObject, ConnObject> ReconStatusPanel.getConnObjectTOs()
protected Pair
<ConnObject, ConnObject> ReconStatusPanel.getConnObjectTOs()
-
Uses of ConnObject in org.apache.syncope.client.console.wicket.extensions.markup.html.repeater.data.table
Modifier and TypeMethodDescriptionvoid
ConnObjectAttrColumn.populateItem
(Item<ICellPopulator<ConnObject>> cellItem, String componentId, IModel<ConnObject> rowModel) void
ConnObjectAttrColumn.populateItem
(Item<ICellPopulator<ConnObject>> cellItem, String componentId, IModel<ConnObject> rowModel) -
Uses of ConnObject in org.apache.syncope.client.console.wizards.any
Modifier and TypeMethodDescriptionprotected static Pair
<ConnObject, ConnObject> StatusPanel.getConnObjectTOs
(String anyKey, String resource, List<Triple<ConnObject, ConnObjectWrapper, String>> objects) protected static Pair
<ConnObject, ConnObject> StatusPanel.getConnObjectTOs
(String anyKey, String resource, List<Triple<ConnObject, ConnObjectWrapper, String>> objects) Modifier and TypeMethodDescriptionprotected static Pair
<ConnObject, ConnObject> StatusPanel.getConnObjectTOs
(String anyKey, String resource, List<Triple<ConnObject, ConnObjectWrapper, String>> objects) protected void
StatusPanel.init
(AnyTO any, IModel<List<StatusBean>> model, List<Triple<ConnObject, ConnObjectWrapper, String>> connObjects, PageReference pageRef, boolean enableConnObjectLink) ModifierConstructorDescriptionStatusPanel
(String id, T any, IModel<List<StatusBean>> model, List<Triple<ConnObject, ConnObjectWrapper, String>> connObjects, PageReference pageRef) -
Uses of ConnObject in org.apache.syncope.client.ui.commons.status
Modifier and TypeMethodDescriptionstatic String
StatusUtils.getConnObjectLink
(ConnObject connObject) static StatusBean
StatusUtils.getStatusBean
(AnyTO anyTO, String resource, ConnObject connObject, boolean notUser) static StatusBean
StatusUtils.getStatusBean
(RealmTO realmTO, String resource, ConnObject connObject) static Boolean
StatusUtils.isEnabled
(ConnObject connObject) ModifierConstructorDescriptionConnObjectWrapper
(AnyTO any, String resource, ConnObject connObjectTO) -
Uses of ConnObject in org.apache.syncope.common.lib.to
Modifier and TypeMethodDescriptionPropagationStatus.getAfterObj()
PropagationStatus.getBeforeObj()
ReconStatus.getOnResource()
ReconStatus.getOnSyncope()
Modifier and TypeMethodDescriptionvoid
PropagationStatus.setAfterObj
(ConnObject afterObj) void
PropagationStatus.setBeforeObj
(ConnObject beforeObj) void
ReconStatus.setOnResource
(ConnObject onResource) void
ReconStatus.setOnSyncope
(ConnObject onSyncope) -
Uses of ConnObject in org.apache.syncope.common.rest.api.service
-
Uses of ConnObject in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionprotected ConnObject
ReconciliationLogic.getOnSyncope
(Item connObjectKeyItem, String connObjectKeyValue, Boolean suspended, Set<Attribute> attrs) protected ConnObject
ReconciliationLogic.getOnSyncope
(Any<?> any, Item connObjectKeyItem, ExternalResource resource, Provision provision) protected ConnObject
ReconciliationLogic.getOnSyncope
(LinkedAccount account, Item connObjectKeyItem, Provision provision) ResourceLogic.readConnObjectByAnyKey
(String key, String anyTypeKey, String anyKey) ResourceLogic.readConnObjectByConnObjectKeyValue
(String key, String anyTypeKey, String connObjectKeyValue) -
Uses of ConnObject in org.apache.syncope.core.provisioning.java.utils
Modifier and TypeMethodDescriptionstatic ConnObject
ConnObjectUtils.getConnObjectTO
(String fiql, Set<Attribute> attrs) BuildsConnObject
out of a collection ofAttribute
instances. -
Uses of ConnObject in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionResourceServiceImpl.readConnObject
(String key, String anyTypeKey, String value)