com.ibm.itim.apps
Interface ManagedObject


public interface ManagedObject

Interface of all managed objects. The minimum requirement is to return a distinguished name that uniquely identifies the object.


Method Summary
 DistinguishedName getDistinguishedName()
          Returns the distinguished name of the object.
 

Method Detail

getDistinguishedName

public DistinguishedName getDistinguishedName()
Returns the distinguished name of the object.
Returns:
DistinguishedName of the object.