Uses of Class
com.gpudb.protocol.HasRoleResponse
-
Packages that use HasRoleResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of HasRoleResponse in com.gpudb
Methods in com.gpudb that return HasRoleResponse Modifier and Type Method Description HasRoleResponseGPUdb. hasRole(HasRoleRequest request)Checks if the specified user has the specified role.HasRoleResponseGPUdb. hasRole(String principal, String role, Map<String,String> options)Checks if the specified user has the specified role. -
Uses of HasRoleResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return HasRoleResponse Modifier and Type Method Description HasRoleResponseHasRoleResponse. setHasRole(boolean hasRole)Indicates whether the specified user has membership in the specified targetrole.HasRoleResponseHasRoleResponse. setInfo(Map<String,String> info)Additional information.HasRoleResponseHasRoleResponse. setPrincipal(String principal)Value ofprincipalHasRoleResponseHasRoleResponse. setRole(String role)rolefor which membership is being checked
-