com.webmethods.sc.directory
Interface IDirectoryObject

All Known Subinterfaces:
ICertificate, IDirectoryGroup, IDirectoryPrincipal, IDirectoryPrincipalAttributeProvider, IDirectoryRole, IDirectoryService, IDirectoryUser

public interface IDirectoryObject

Base interface for all directory objects


Method Summary
 IDirectorySession getDirectorySession()
          Returns directory session for this object
 String getID()
          Returns unique ID for this directory object
 

Method Detail

getDirectorySession

IDirectorySession getDirectorySession()
Returns directory session for this object


getID

String getID()
             throws DirectoryException
Returns unique ID for this directory object

Throws:
DirectoryException