Package | Description |
---|---|
org.lsc | |
org.lsc.jndi | |
org.lsc.service |
Modifier and Type | Method and Description |
---|---|
IWritableService |
Task.getDestinationService() |
Modifier and Type | Class and Description |
---|---|
class |
ActiveDirectoryDstService
A custom JNDI service to translate modifications on the user's "memberOf"
attribute to modifications on the "member" attribute of each groups.
|
class |
SimpleJndiDstService
This class is a generic but configurable implementation to read data from the destination directory.
|
class |
SimpleJndiFakeDstService
This class provides the same functional level as SimpleJndiDstService
but does not apply any modification
You can specify where (baseDn) and what (filterId & attr) information will be read on which type of entries
(filterAll and attrId).
|
Modifier and Type | Interface and Description |
---|---|
interface |
IXAWritableService
This interface exposes a multi referential XA service
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJdbcDstService
This class is a Database abstraction layour for a destination service
|
class |
GoogleAppsService
This class enables a provisioning of the Google Apps accounts - Provisioning API version 2.0
This service reuses most of the code provided as samples by Google at the following location:
http://code.google.com/p
/gdata-java-client/source/browse/trunk/java/sample/appsforyourdomain/AppsForYourDomainClient.java
This service never delete users account: it only suspends them.
|
class |
MultipleDstService
This service allows a multiple referential commit two-phase
Get object and list object ids calls are done on the first service
Updates are done on every one through a XA transaction
|
class |
SimpleJdbcDstService
This class is a Database Service destination service
|
class |
XAJdbcDstService
Relies upon the Bitronix JTA transaction manager
Supported databases list is available there: http://docs.codehaus.org/display/BTM/JdbcXaSupportEvaluation
|
class |
XALdifDstService |
Copyright © 2005-2024 LSC project. All Rights Reserved.