|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
com.sas.hls.security.user | Service and class definitions for manipulating and creating Users. |
Uses of User in com.sas.hls.security.user |
---|
Methods in com.sas.hls.security.user that return User | |
---|---|
User |
UserService.createUser(String userId,
String displayName,
String emailAddress,
String password)
Create a new user in the system. |
User |
UserService.createUserByCreateUserInfo(CreateUserInfo userInfo)
Create a new user in the system. |
User |
UserService.getUserByUserDescriptor(UserDescriptor userDescriptor)
Get the full client representation of a user from their userDescriptor. |
User |
UserService.getUserByUserId(String userId)
Get the full client representation of a user given their userId. |
Methods in com.sas.hls.security.user that return types with arguments of type User | |
---|---|
Set<User> |
UserService.getUsersByUserDescriptors(Set<UserDescriptor> userDescriptors)
Get the full client representations for each provided userDescriptor who can be found in the system. |
Set<User> |
UserService.getUsersByUserIds(Set<String> userIds)
Get the full client representations for every userId who can be found in the system. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |