Class LdapSyncObject
java.lang.Object
edu.internet2.middleware.grouper.app.ldapProvisioning.LdapSyncObject
one ldap group or user
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject[]non membership attributes.getDn()dn of objectlink back up to containervoidsetAttributes(Object[] attributes1) non membership attributes.voiddn of objectvoidsetLdapSyncObjectContainer(LdapSyncObjectContainer ldapSyncObjectContainer1) link back up to container
-
Constructor Details
-
LdapSyncObject
public LdapSyncObject()
-
-
Method Details
-
getLdapSyncObjectContainer
link back up to container- Returns:
-
setLdapSyncObjectContainer
link back up to container- Parameters:
ldapSyncObjectContainer1-
-
getDn
dn of object- Returns:
-
setDn
dn of object- Parameters:
dn1-
-
getAttributes
non membership attributes. these are in the same order as the schema dictate, and are the same type as the schema dictates note: value could be: LdapSyncAttributeCondition.ATTRIBUTE_NOT_EXIST, or LdapSyncAttributeCondition.ATTRIBUTE_EXIST_WITH_NO_VALUE- Returns:
- attributes
-
setAttributes
non membership attributes. these are in the same order as the schema dictate, and are the same type as the schema dictates note: value could be: LdapSyncAttributeCondition.ATTRIBUTE_NOT_EXIST, or LdapSyncAttributeCondition.ATTRIBUTE_EXIST_WITH_NO_VALUE- Parameters:
attributes1-
-