Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
HasRoleResponse |
GPUdb.hasRole(HasRoleRequest request)
Checks if the specified user has the specified role.
|
HasRoleResponse |
GPUdb.hasRole(String principal,
String role,
Map<String,String> options)
Checks if the specified user has the specified role.
|
Modifier and Type | Method and Description |
---|---|
HasRoleResponse |
HasRoleResponse.setHasRole(boolean hasRole)
Indicates whether the specified user has membership in the specified
target
role . |
HasRoleResponse |
HasRoleResponse.setInfo(Map<String,String> info)
Additional information.
|
HasRoleResponse |
HasRoleResponse.setPrincipal(String principal)
Value of
principal |
HasRoleResponse |
HasRoleResponse.setRole(String role)
role for which
membership is being checked |
Copyright © 2025. All rights reserved.