Package com.webmethods.sc.directory
Interface IDirectoryUser
- All Superinterfaces:
IDirectoryObject
,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
Modifier and TypeMethodDescriptionReturns firstName for this userReturns fullName for this userReturns lastName for this userMethods inherited from interface com.webmethods.sc.directory.IDirectoryObject
getDirectorySession, getID
Methods inherited from interface com.webmethods.sc.directory.IDirectoryPrincipal
getAllAttributes, getAttribute, getDirectoryService, getDN, getEmail, getName, getType, getURI
-
Method Details
-
getFirstName
Returns firstName for this user- Returns:
- Throws:
DirectoryException
-
getLastName
Returns lastName for this user- Returns:
- Throws:
DirectoryException
-
getFullName
Returns fullName for this user- Returns:
- Throws:
DirectoryException
-