Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
ShowSecurityResponse |
GPUdb.showSecurity(List<String> names,
Map<String,String> options)
Shows security information relating to users and/or roles.
|
ShowSecurityResponse |
GPUdb.showSecurity(ShowSecurityRequest request)
Shows security information relating to users and/or roles.
|
Modifier and Type | Method and Description |
---|---|
ShowSecurityResponse |
ShowSecurityResponse.setInfo(Map<String,String> info)
Additional information.
|
ShowSecurityResponse |
ShowSecurityResponse.setPermissions(Map<String,List<Map<String,String>>> permissions)
Map of user/role name to a list of permissions directly granted to that
user/role.
|
ShowSecurityResponse |
ShowSecurityResponse.setResourceGroups(Map<String,String> resourceGroups)
Map of user name to resource group name.
|
ShowSecurityResponse |
ShowSecurityResponse.setRoles(Map<String,List<String>> roles)
Map of user/role name to a list of names of roles of which that
user/role is a member.
|
ShowSecurityResponse |
ShowSecurityResponse.setTypes(Map<String,String> types)
Map of user/role name to the type of that user/role.
|
Copyright © 2025. All rights reserved.