Uses of Class
com.gpudb.protocol.ShowSecurityResponse
-
Packages that use ShowSecurityResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowSecurityResponse in com.gpudb
Methods in com.gpudb that return ShowSecurityResponse Modifier and Type Method Description ShowSecurityResponseGPUdb. showSecurity(ShowSecurityRequest request)Shows security information relating to users and/or roles.ShowSecurityResponseGPUdb. showSecurity(List<String> names, Map<String,String> options)Shows security information relating to users and/or roles. -
Uses of ShowSecurityResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowSecurityResponse Modifier and Type Method Description ShowSecurityResponseShowSecurityResponse. setInfo(Map<String,String> info)Additional information.ShowSecurityResponseShowSecurityResponse. setPermissions(Map<String,List<Map<String,String>>> permissions)Map of user/role name to a list of permissions directly granted to that user/role.ShowSecurityResponseShowSecurityResponse. setResourceGroups(Map<String,String> resourceGroups)Map of user name to resource group name.ShowSecurityResponseShowSecurityResponse. 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.ShowSecurityResponseShowSecurityResponse. setTypes(Map<String,String> types)Map of user/role name to the type of that user/role.
-