Modifier and Type | Method and Description |
---|---|
UserPrincipal |
UserDirectoryService.createUser(java.lang.String username,
java.lang.String domainName,
java.lang.String displayName,
java.lang.String email,
java.lang.String password)
Creates a new user.
|
UserPrincipal |
LibraryItem.getCreatedBy()
Returns the user that created the item, or null if not known.
|
UserPrincipal |
LibraryItem.getModifiedBy()
Returns the user that last modified the item, or null if not known.
|
UserPrincipal |
UserDirectoryService.getUserById(Guid id)
Returns the user with the given ID.
|
UserPrincipal |
UserDirectoryService.getUserByName(UserName userName)
Returns the user principal with the given name (consisting of both a name component and a domain).
|
Modifier and Type | Method and Description |
---|---|
java.util.List<UserPrincipal> |
UserDirectoryService.searchUsers(java.lang.String searchExpression,
int maxResults)
Returns all users, up to the specified upper limit, with names that matches the given search expression.
|
Copyright © 2013-2020 TIBCO Software Inc. All Rights Reserved.