Uses of Class
com.sas.hls.security.user.User

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.
 User UserService.updateUser(User user)
          Update a user in the system
 

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.
 

Methods in com.sas.hls.security.user with parameters of type User
 User UserService.updateUser(User user)
          Update a user in the system
 



Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA