Package | Description |
---|---|
org.lsc | |
org.lsc.beans | |
org.lsc.jndi | |
org.lsc.service |
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleSynchronize.launchById(String taskName,
Map<String,LscDatasets> entries)
Launch a sequential synchronization based on identifiers got from the source
|
Modifier and Type | Method and Description |
---|---|
LscDatasets |
LscBean.datasets() |
LscDatasets |
IBean.datasets() |
Modifier and Type | Method and Description |
---|---|
void |
LscBean.setDatasets(LscDatasets datasets) |
void |
IBean.setDatasets(LscDatasets datasets) |
Modifier and Type | Method and Description |
---|---|
Map<String,LscDatasets> |
JndiServices.doGetAttrsList(String base,
String filter,
int scope,
List<String> attrsNames) |
Map<String,LscDatasets> |
JndiServices.getAttrsList(String base,
String filter,
int scope,
List<String> attrsNames)
Search for a list of attribute values
This method is a simple LDAP search operation which is attended to
return a list of the attribute values in all returned entries
|
Map<String,LscDatasets> |
SimpleJndiDstService.getListPivots()
Returns a list of all the objects' identifiers.
|
Map<String,LscDatasets> |
EmptyJndiDstService.getListPivots()
Returns a list of all the objects' identifiers.
|
Map<String,LscDatasets> |
FullDNJndiDstService.getListPivots()
Returns a list of all the objects' identifiers.
|
Map<String,LscDatasets> |
SimpleJndiSrcService.getListPivots()
Returns a list of all the objects' identifiers.
|
Map.Entry<String,LscDatasets> |
PullableJndiSrcService.getNextId() |
Modifier and Type | Method and Description |
---|---|
SearchResult |
AbstractSimpleJndiService.get(String id,
LscDatasets pivotAttrs,
boolean fromSource,
String searchString)
Get the ldap search result according the specified identifier.
|
IBean |
SimpleJndiDstService.getBean(String pivotName,
LscDatasets pivotAttributes,
boolean fromSameService)
The simple object getter according to its identifier.
|
IBean |
EmptyJndiDstService.getBean(String pivotName,
LscDatasets pivotAttributes,
boolean fromSameService)
The simple object getter according to its identifier.
|
IBean |
FullDNJndiDstService.getBean(String dn,
LscDatasets pivotAttributes,
boolean fromSameService)
The simple object getter according to its identifier.
|
IBean |
SimpleJndiSrcService.getBean(String pivotName,
LscDatasets pivotAttributes,
boolean fromSameService)
The simple object getter according to its identifier.
|
Modifier and Type | Method and Description |
---|---|
Map<String,LscDatasets> |
GoogleAppsService.getListPivots() |
Map<String,LscDatasets> |
SyncReplSourceService.getListPivots() |
Map<String,LscDatasets> |
IService.getListPivots()
Returns a list of all the objects' identifiers.
|
Map<String,LscDatasets> |
MultipleDstService.getListPivots() |
Map<String,LscDatasets> |
XALdifDstService.getListPivots() |
Map<String,LscDatasets> |
AbstractJdbcService.getListPivots()
Execute a database request to get a list of object identifiers.
|
Map.Entry<String,LscDatasets> |
SimpleJdbcSrcService.getNextId() |
Map.Entry<String,LscDatasets> |
SyncReplSourceService.getNextId() |
Map.Entry<String,LscDatasets> |
IAsynchronousService.getNextId()
This call is blocking until a data available on the data source
|
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
AbstractJdbcService.getAttributesMap(LscDatasets lscAttributes) |
IBean |
AbstractJdbcService.getBean(String pivotName,
LscDatasets pivotAttributes)
The simple object getter according to its identifier.
|
IBean |
GoogleAppsService.getBean(String pivotName,
LscDatasets pivotAttributes,
boolean fromSameService) |
IBean |
SyncReplSourceService.getBean(String id,
LscDatasets pivotAttrs,
boolean fromSameService)
The simple object getter according to its identifier.
|
IBean |
IService.getBean(String pivotName,
LscDatasets pivotAttributes,
boolean fromSameService)
The simple object getter according to its identifier.
|
IBean |
MultipleDstService.getBean(String pivotName,
LscDatasets pivotAttributes,
boolean fromSameService) |
IBean |
XALdifDstService.getBean(String pivotName,
LscDatasets pivotAttributes,
boolean fromSameService) |
IBean |
AbstractJdbcService.getBean(String id,
LscDatasets attributes,
boolean fromSource)
Override default AbstractJdbcSrcService to get a SimpleBean
|
Copyright © 2005-2024 LSC project. All Rights Reserved.