com.webmethods.sc.directory
Interface IDirectoryUser

All Superinterfaces:
IDirectoryObject, IDirectoryPrincipal

public interface IDirectoryUser
extends IDirectoryPrincipal

Identifies directory user object


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.webmethods.sc.directory.IDirectoryPrincipal
IDirectoryPrincipal.ATTR_NAMES
 
Field Summary
 
Fields inherited from interface com.webmethods.sc.directory.IDirectoryPrincipal
TYPE_GROUP, TYPE_ROLE, TYPE_USER
 
Method Summary
 String getFirstName()
          Returns firstName for this user
 String getFullName()
          Returns fullName for this user
 String getLastName()
          Returns lastName for this user
 
Methods inherited from interface com.webmethods.sc.directory.IDirectoryPrincipal
getAllAttributes, getAttribute, getDirectoryService, getDN, getEmail, getName, getType
 
Methods inherited from interface com.webmethods.sc.directory.IDirectoryObject
getDirectorySession, getID
 

Method Detail

getFirstName

String getFirstName()
                    throws DirectoryException
Returns firstName for this user

Returns:
Throws:
DirectoryException

getLastName

String getLastName()
                   throws DirectoryException
Returns lastName for this user

Returns:
Throws:
DirectoryException

getFullName

String getFullName()
                   throws DirectoryException
Returns fullName for this user

Returns:
Throws:
DirectoryException