Uses of Class
org.apache.syncope.common.lib.to.ConnObject
Packages that use ConnObject
Package
Description
-
Uses of ConnObject in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons that return types with arguments of type ConnObjectModifier 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
Methods in org.apache.syncope.client.console.panels that return types with arguments of type ConnObjectModifier 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) Methods in org.apache.syncope.client.console.panels with parameters of type ConnObjectModifier and TypeMethodDescriptionprotected abstract voidConnObjectListViewPanel.viewConnObject(ConnObject connObjectTO, AjaxRequestTarget target) Constructors in org.apache.syncope.client.console.panels with parameters of type ConnObject -
Uses of ConnObject in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return ConnObjectModifier and TypeMethodDescriptionResourceRestClient.readConnObject(String resource, String anyTypeKey, String anyKey) Methods in org.apache.syncope.client.console.rest that return types with arguments of type ConnObjectModifier and TypeMethodDescriptionResourceRestClient.searchConnObjects(String resource, String anyTypeKey, ConnObjectTOQuery.Builder queryBuilder, SortParam<String> sortParam) -
Uses of ConnObject in org.apache.syncope.client.console.status
Methods in org.apache.syncope.client.console.status that return types with arguments of type ConnObjectModifier 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
Method parameters in org.apache.syncope.client.console.wicket.extensions.markup.html.repeater.data.table with type arguments of type ConnObjectModifier and TypeMethodDescriptionvoidConnObjectAttrColumn.populateItem(Item<ICellPopulator<ConnObject>> cellItem, String componentId, IModel<ConnObject> rowModel) voidConnObjectAttrColumn.populateItem(Item<ICellPopulator<ConnObject>> cellItem, String componentId, IModel<ConnObject> rowModel) -
Uses of ConnObject in org.apache.syncope.client.console.wizards.any
Methods in org.apache.syncope.client.console.wizards.any that return types with arguments of type ConnObjectModifier 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) Method parameters in org.apache.syncope.client.console.wizards.any with type arguments of type ConnObjectModifier and TypeMethodDescriptionprotected static Pair<ConnObject, ConnObject> StatusPanel.getConnObjectTOs(String anyKey, String resource, List<Triple<ConnObject, ConnObjectWrapper, String>> objects) protected voidStatusPanel.init(AnyTO any, IModel<List<StatusBean>> model, List<Triple<ConnObject, ConnObjectWrapper, String>> connObjects, PageReference pageRef, boolean enableConnObjectLink) Constructor parameters in org.apache.syncope.client.console.wizards.any with type arguments of type ConnObjectModifierConstructorDescriptionStatusPanel(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
Methods in org.apache.syncope.client.ui.commons.status that return ConnObjectMethods in org.apache.syncope.client.ui.commons.status with parameters of type ConnObjectModifier and TypeMethodDescriptionstatic StringStatusUtils.getConnObjectLink(ConnObject connObject) static StatusBeanStatusUtils.getStatusBean(AnyTO anyTO, String resource, ConnObject connObject, boolean notUser) static StatusBeanStatusUtils.getStatusBean(RealmTO realmTO, String resource, ConnObject connObject) static BooleanStatusUtils.isEnabled(ConnObject connObject) Constructors in org.apache.syncope.client.ui.commons.status with parameters of type ConnObjectModifierConstructorDescriptionConnObjectWrapper(AnyTO any, String resource, ConnObject connObjectTO) -
Uses of ConnObject in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return ConnObjectModifier and TypeMethodDescriptionPropagationStatus.getAfterObj()PropagationStatus.getBeforeObj()ReconStatus.getOnResource()ReconStatus.getOnSyncope()Methods in org.apache.syncope.common.lib.to that return types with arguments of type ConnObjectMethods in org.apache.syncope.common.lib.to with parameters of type ConnObjectModifier and TypeMethodDescriptionvoidPropagationStatus.setAfterObj(ConnObject afterObj) voidPropagationStatus.setBeforeObj(ConnObject beforeObj) voidReconStatus.setOnResource(ConnObject onResource) voidReconStatus.setOnSyncope(ConnObject onSyncope) -
Uses of ConnObject in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return ConnObject -
Uses of ConnObject in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return ConnObjectModifier and TypeMethodDescriptionprotected ConnObjectReconciliationLogic.getOnSyncope(Item connObjectKeyItem, String connObjectKeyValue, Boolean suspended, Set<Attribute> attrs) protected ConnObjectReconciliationLogic.getOnSyncope(Any any, Item connObjectKeyItem, ExternalResource resource, Provision provision) protected ConnObjectReconciliationLogic.getOnSyncope(LinkedAccount account, Item connObjectKeyItem, Provision provision) ResourceLogic.readConnObjectByAnyKey(String key, String anyTypeKey, String anyKey) ResourceLogic.readConnObjectByConnObjectKeyValue(String key, String anyTypeKey, String connObjectKeyValue) Methods in org.apache.syncope.core.logic that return types with arguments of type ConnObject -
Uses of ConnObject in org.apache.syncope.core.provisioning.java.utils
Methods in org.apache.syncope.core.provisioning.java.utils that return ConnObjectModifier and TypeMethodDescriptionstatic ConnObjectConnObjectUtils.getConnObjectTO(String fiql, Set<Attribute> attrs) BuildsConnObjectout of a collection ofAttributeinstances. -
Uses of ConnObject in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return ConnObjectModifier and TypeMethodDescriptionResourceServiceImpl.readConnObject(String key, String anyTypeKey, String value)