|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.adapter.ResourceAdapterBase
com.waveset.adapter.AgentResourceAdapter
com.waveset.adapter.NDSResourceAdapter
com.waveset.adapter.NDSActiveSyncAdapter
NDSResourceAdapter
instead
NDS ActiveSync adapter is responsible for detecting changes in objects within the directory. It can detect updates and adds, but not deletes because of the implementation of the directory. The code previously in this class has been moved to the base class NDSResourceAdapter, which is now active-sync capable.
Nested Class Summary |
Nested classes inherited from class com.waveset.adapter.NDSResourceAdapter |
NDSResourceAdapter.UpdateRowComparator |
Nested classes inherited from class com.waveset.adapter.AgentResourceAdapter |
AgentResourceAdapter.AcctIter, AgentResourceAdapter.AgentAccountSupplier, AgentResourceAdapter.BlockAcctIter, AgentResourceAdapter.BlockObjectIterator |
Nested classes inherited from class com.waveset.adapter.ResourceAdapterBase |
ResourceAdapterBase.SimpleAccountIterator |
Nested classes inherited from class com.waveset.adapter.ResourceAdapter |
ResourceAdapter.ActionResult, ResourceAdapter.Features, ResourceAdapter.ObjectType |
Field Summary | |
static java.lang.String |
code_id
Deprecated. |
Fields inherited from class com.waveset.adapter.NDSResourceAdapter |
OPT_RUNAS_PASSWORD, OPT_RUNAS_USER, OPT_SEARCH_ATTRS, OPT_SEARCH_FILTER, OPT_SEARCH_SCOPE, RA_BASE_CTX, RA_GW_DOMAINDN, RA_GW_PO_DELETE_PATTERN, RA_MODIFICATION_TIMESTAMP_ATTR, RA_MODIFICATION_TIMESTAMP_FILTER, RA_NDSTREE, RA_OBJCLASS, RA_PASSWORD, RA_TEMPLATE, RA_TEMPLATE_HOMEDIR_ATTR, RA_USERDN, RA_WSNAME |
Fields inherited from class com.waveset.adapter.AgentResourceAdapter |
_connection, ATTR_ACTION, CONNECTED_TO_RESOURCE, RA_AUTHTIMEOUT, RA_CONN, RA_HANGTIMEOUT, RA_HOST, RA_PORT, SUPPORTS_ENCRYPTED_TYPE, USER_CLASS |
Fields inherited from class com.waveset.adapter.ResourceAdapterBase |
_cache, _context, _excludedAccountsRule, _excludedAccountsRuleInited, _listAllObjectsAttrParse, _listAllObjectsAttrParseName, _listUserAttrParse, _listUserAttrParseName, _listUserGroupsAttrParse, _listUserGroupsAttrParseName, _resource, _thread, _trace, displayInfoCode, RA_BLOCKCOUNT, RA_LOGIN_ACTION, RA_LOGOFF_ACTION, RA_MULTI_VALUED_ATTRS, RA_TEST_MODE |
Constructor Summary | |
NDSActiveSyncAdapter()
Deprecated. |
|
NDSActiveSyncAdapter(Resource res,
ObjectCache cache)
Deprecated. |
Method Summary | |
Resource |
createPrototypeResource()
Deprecated. |
void |
setResource(Resource r)
Deprecated. |
static Resource |
staticCreatePrototypeResource()
Deprecated. |
Methods inherited from class com.waveset.adapter.NDSResourceAdapter |
authenticate, buildEvent, callCompleted, getAccountIterator, getAccountIterator, getAttributeValue, getBaseContextAttrName, getFeatures, getLoginAttrName, init, listObjects, logUpdate, namesEqual, poll, processUpdates, setAttributeValue, shutdown, supportsAccountDisable, supportsExcludedAccounts, supportsScanning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
Constructor Detail |
public NDSActiveSyncAdapter(Resource res, ObjectCache cache)
public NDSActiveSyncAdapter()
Method Detail |
public void setResource(Resource r)
setResource
in interface ResourceAdapter
setResource
in class ResourceAdapterBase
public static Resource staticCreatePrototypeResource() throws WavesetException
WavesetException
public Resource createPrototypeResource() throws WavesetException
createPrototypeResource
in interface ResourceAdapter
createPrototypeResource
in class NDSResourceAdapter
WavesetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |