Uses of Class
org.apache.syncope.common.lib.to.ConnObject
-
-
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 ConnObject Modifier and Type Method Description Optional<Pair<ConnObject,ConnObject>>IdMStatusProvider. get(String anyTypeKey, String connObjectKeyValue, String resource)Optional<Pair<ConnObject,ConnObject>>IdMStatusProvider. get(String anyTypeKey, String connObjectKeyValue, String resource)List<Triple<ConnObject,ConnObjectWrapper,String>>IdMStatusProvider. get(AnyTO any, Collection<String> resources)Optional<Pair<ConnObject,ConnObject>>IdRepoStatusProvider. get(String anyTypeKey, String connObjectKeyValue, String resource)Optional<Pair<ConnObject,ConnObject>>IdRepoStatusProvider. get(String anyTypeKey, String connObjectKeyValue, String resource)List<Triple<ConnObject,ConnObjectWrapper,String>>IdRepoStatusProvider. get(AnyTO any, Collection<String> resources)Optional<Pair<ConnObject,ConnObject>>StatusProvider. get(String anyTypeKey, String connObjectKeyValue, String resource)Optional<Pair<ConnObject,ConnObject>>StatusProvider. get(String anyTypeKey, String connObjectKeyValue, String resource)List<Triple<ConnObject,ConnObjectWrapper,String>>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 ConnObject Modifier and Type Method Description protected Pair<ConnObject,ConnObject>Realm.RemoteRealmPanel. getConnObjectTOs()protected 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 ConnObject Modifier and Type Method Description protected abstract voidConnObjectListViewPanel. viewConnObject(ConnObject connObjectTO, AjaxRequestTarget target)Constructors in org.apache.syncope.client.console.panels with parameters of type ConnObject Constructor Description ConnObjectDetails(ConnObject connObjectTO) -
Uses of ConnObject in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return ConnObject Modifier and Type Method Description ConnObjectResourceRestClient. readConnObject(String resource, String anyTypeKey, String anyKey)Methods in org.apache.syncope.client.console.rest that return types with arguments of type ConnObject Modifier and Type Method Description Pair<String,List<ConnObject>>ResourceRestClient. 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 ConnObject Modifier and Type Method Description protected 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 ConnObject Modifier and Type Method Description voidConnObjectAttrColumn. 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 ConnObject Modifier and Type Method Description protected 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 ConnObject Modifier and Type Method Description protected 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 ConnObject Constructor Description StatusPanel(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 ConnObject Modifier and Type Method Description ConnObjectConnObjectWrapper. getConnObjectTO()Methods in org.apache.syncope.client.ui.commons.status with parameters of type ConnObject Modifier and Type Method Description static 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 ConnObject Constructor Description ConnObjectWrapper(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 ConnObject Modifier and Type Method Description ConnObjectPropagationStatus. getAfterObj()ConnObjectPropagationStatus. getBeforeObj()ConnObjectReconStatus. getOnResource()ConnObjectReconStatus. getOnSyncope()Methods in org.apache.syncope.common.lib.to that return types with arguments of type ConnObject Modifier and Type Method Description List<ConnObject>PagedConnObjectResult. getResult()Methods in org.apache.syncope.common.lib.to with parameters of type ConnObject Modifier and Type Method Description voidPropagationStatus. 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 Modifier and Type Method Description ConnObjectResourceService. readConnObject(@NotNull String key, @NotNull String anyTypeKey, @NotNull String value)Returns connector object from the external resource, for the given type and key. -
Uses of ConnObject in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return ConnObject Modifier and Type Method Description protected 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)ConnObjectResourceLogic. readConnObjectByAnyKey(String key, String anyTypeKey, String anyKey)ConnObjectResourceLogic. readConnObjectByConnObjectKeyValue(String key, String anyTypeKey, String connObjectKeyValue)Methods in org.apache.syncope.core.logic that return types with arguments of type ConnObject Modifier and Type Method Description Pair<SearchResult,List<ConnObject>>ResourceLogic. searchConnObjects(Filter filter, Set<String> moreAttrsToGet, String key, String anyTypeKey, int size, String pagedResultsCookie, List<OrderByClause> orderBy) -
Uses of ConnObject in org.apache.syncope.core.provisioning.java.utils
Methods in org.apache.syncope.core.provisioning.java.utils that return ConnObject Modifier and Type Method Description static 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 ConnObject Modifier and Type Method Description ConnObjectResourceServiceImpl. readConnObject(String key, String anyTypeKey, String value)
-