Package | Description |
---|---|
com.denodo.scheduler.client | |
com.denodo.scheduler.client.security |
Modifier and Type | Method and Description |
---|---|
RoleInfo |
SchedulerManager.getRole(String roleName)
Obtains the permissions configured for the given role name.
|
Modifier and Type | Method and Description |
---|---|
Set<RoleInfo> |
SchedulerManager.getRoles()
Obtains the roles and their permissions stored in the server,
already merged with the ones coming from VDP.
|
Set<RoleInfo> |
SchedulerManager.getUserPermissionsByRole()
Gets the roles (with their permissions) the authenticated user has
assigned.
|
Modifier and Type | Method and Description |
---|---|
void |
SchedulerManager.assignPrivileges(RoleInfo role)
Assigns the privileges to a role, overriding its previous ones if the
role existed, or creating it otherwise.
|
Modifier and Type | Method and Description |
---|---|
Set<RoleInfo> |
SchedulerUser.getPermissions()
Gets the user's permissions, which will determine the actions she could perform.
|
Constructor and Description |
---|
RoleInfo(RoleInfo original) |
Constructor and Description |
---|
SchedulerUser(String login,
String encryptedPassword,
boolean localAuth,
Set<RoleInfo> permissions)
Creates a new Scheduler user with her permissions.
|
Copyright © 2021 Denodo Technologies. All rights reserved.