public static class ImportDescriptor.Policy
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DefaultPolicy
Under the
DefaultPolicy policy, |
static int |
DeleteEmpty
Under the
DeleteEmpty policy, entries without attributes in the DSML are deleted from the Ldap. |
static int |
NewAttrOnly
Under the
NewAttrOnly policy, new attributes are created according to the DSML,
but attributes that already have a value in the ldap are not updated. |
static int |
RefreshOnly
Under the
RefreshOnly policy, DSML entries that do not already exist in the Ldap are not created. |
static int |
ReplaceAttr
Under the
ReplaceAttr policy, attributes in the Ldap that are not specified in the DSML are deleted. |
static int |
UpdateOnly
Under the
UpdateOnly policy, DSML attributes that do not already exist in the Ldap are not created. |
| Constructor and Description |
|---|
Policy() |
public static final int DeleteEmpty
DeleteEmpty policy, entries without attributes in the DSML are deleted from the Ldap.public static final int ReplaceAttr
ReplaceAttr policy, attributes in the Ldap that are not specified in the DSML are deleted.public static final int RefreshOnly
RefreshOnly policy, DSML entries that do not already exist in the Ldap are not created.public static final int NewAttrOnly
NewAttrOnly policy, new attributes are created according to the DSML,
but attributes that already have a value in the ldap are not updated.public static final int UpdateOnly
UpdateOnly policy, DSML attributes that do not already exist in the Ldap are not created.public static final int DefaultPolicy
DefaultPolicy policy,Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com