com.ibm.itim.dataservices.model.domain
Class SupportingDataObject

java.lang.Object
  |
  +--com.ibm.itim.dataservices.model.DirectoryEntry
        |
        +--com.ibm.itim.dataservices.model.DirectoryObject
              |
              +--com.ibm.itim.dataservices.model.domain.SupportingDataObject
All Implemented Interfaces:
com.ibm.itim.util.xml.objectstream.Importable, ProtectedObject, java.io.Serializable

public class SupportingDataObject
extends DirectoryObject

Class encapsulates attributes for a service supporting data entity.

See Also:
Serialized Form

Fields inherited from class com.ibm.itim.dataservices.model.DirectoryObject
ATTR_ACCESS_RIGHT
 
Constructor Summary
SupportingDataObject(java.util.Collection objectClasses, AttributeValues attributes)
          Creates a new instance of SupportingDataObject.
 
Methods inherited from class com.ibm.itim.dataservices.model.DirectoryObject
addAttribute, getAccessRights, getAttribute, getAttributes, getAuthorizationOwners, getMapAttributeNames, getMappedAttributes, getName, getNameAttribute, getProfileName, getRawAttributes, getTenantDN, removeAttribute, removeAttribute, setAccessRights, setAttribute, setAttributes, setAuthorizationOwners, setProfileName, setTenantDN, toString
 
Methods inherited from class com.ibm.itim.dataservices.model.DirectoryEntry
clearChange, clearChanges, getChanges, getDistinguishedName, getLastModified, getObjectClasses
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SupportingDataObject

public SupportingDataObject(java.util.Collection objectClasses,
                            AttributeValues attributes)
Creates a new instance of SupportingDataObject.
Parameters:
objectClasses - A collection of String object enumerating the object classes
attributes - The attributes to create the entry with