Uses of Class
com.sas.lsaf.security.user.UserDescriptor
Packages that use UserDescriptor
Package
Description
Service and class definitions to create and manipulate ACLs.
Service and classes for identifying and using privileges in the system.
Service and classes to create and manipulate users in the system.
-
Uses of UserDescriptor in com.sas.lsaf.security.acl
Methods in com.sas.lsaf.security.acl that return UserDescriptorModifier and TypeMethodDescriptionAbstractAcl.getOwner()Gets the user who is the owner of this ACL.Methods in com.sas.lsaf.security.acl with parameters of type UserDescriptorModifier and TypeMethodDescriptionvoidAbstractAcl.setOwner(UserDescriptor owner) Sets the user who will be the owner of this ACL. -
Uses of UserDescriptor in com.sas.lsaf.security.privilege
Methods in com.sas.lsaf.security.privilege that return types with arguments of type UserDescriptorModifier and TypeMethodDescriptionGlobalPrivilegeService.getAllGrantees(Set<String> globalPrivilegeIds) Gets the set of users who have been granted the specified set of global privileges.GlobalPrivilegeService.getGrantees(String globalPrivilegeId) Gets the set of users who have been granted the specified global privilege. -
Uses of UserDescriptor in com.sas.lsaf.security.user
Subclasses of UserDescriptor in com.sas.lsaf.security.userModifier and TypeClassDescriptionclassFull representation of a user account thats defined in the system.Methods in com.sas.lsaf.security.user that return UserDescriptorModifier and TypeMethodDescriptionUserService.getUserDescriptorByUserId(String userId) Gets the lightweight representation of the user with the specified user identifier.Methods in com.sas.lsaf.security.user that return types with arguments of type UserDescriptorModifier and TypeMethodDescriptionUserService.getAllUserDescriptors()Gets the lightweight representation of all users that are defined in the system.UserService.getUserDescriptorsByUserIds(Set<String> userIds) Gets the lightweight client representation for the specified user identifiers that can be found in the system.