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 void
ConnObjectListViewPanel. 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 ConnObject
ResourceRestClient. 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 void
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
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 void
StatusPanel. 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 ConnObject
ConnObjectWrapper. getConnObjectTO()
Methods in org.apache.syncope.client.ui.commons.status with parameters of type ConnObject Modifier and Type Method Description static 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)
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 ConnObject
PropagationStatus. getAfterObj()
ConnObject
PropagationStatus. getBeforeObj()
ConnObject
ReconStatus. getOnResource()
ConnObject
ReconStatus. 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 void
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
Methods in org.apache.syncope.common.rest.api.service that return ConnObject Modifier and Type Method Description ConnObject
ResourceService. 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 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)
ConnObject
ResourceLogic. readConnObjectByAnyKey(String key, String anyTypeKey, String anyKey)
ConnObject
ResourceLogic. 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 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
Methods in org.apache.syncope.core.rest.cxf.service that return ConnObject Modifier and Type Method Description ConnObject
ResourceServiceImpl. readConnObject(String key, String anyTypeKey, String value)
-