Package | Description |
---|---|
com.sas.lsaf.security.acl |
Service and class definitions to create and manipulate ACLs.
|
com.sas.lsaf.security.privilege |
Service and classes for identifying and using privileges in the system.
|
com.sas.lsaf.security.user |
Service and classes to create and manipulate users in the system.
|
Modifier and Type | Method and Description |
---|---|
UserDescriptor |
AbstractAcl.getOwner()
Gets the user who is the owner of this ACL.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAcl.setOwner(UserDescriptor owner)
Sets the user who will be the owner of this ACL.
|
Modifier and Type | Method and Description |
---|---|
Set<UserDescriptor> |
GlobalPrivilegeService.getAllGrantees(Set<String> globalPrivilegeIds)
Gets the set of users who have been granted the specified set of global privileges.
|
Set<UserDescriptor> |
GlobalPrivilegeService.getGrantees(String globalPrivilegeId)
Gets the set of users who have been granted the specified global privilege.
|
Modifier and Type | Class and Description |
---|---|
class |
User
Full representation of a user account thats defined in the system.
|
Modifier and Type | Method and Description |
---|---|
UserDescriptor |
UserService.getUserDescriptorByUserId(String userId)
Gets the lightweight representation of the user with the specified user identifier.
|
Modifier and Type | Method and Description |
---|---|
Set<UserDescriptor> |
UserService.getAllUserDescriptors()
Gets the lightweight representation of all users that are defined in the system.
|
Set<UserDescriptor> |
UserService.getUserDescriptorsByUserIds(Set<String> userIds)
Gets the lightweight client representation for the specified user identifiers that can be found in the system.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA