Skip to main content
  • showSecurity

    public ShowSecurityResponse showSecurity(ShowSecurityRequest request) throws GPUdbException
    Shows security information relating to users and/or roles. If the caller is not a system administrator, only information relating to the caller and their roles is returned.
    Parameters:
    request - Request object containing the parameters for the operation.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.
  • showSecurity

    public ShowSecurityResponse showSecurity(List<String> names, Map<String,String> options) throws GPUdbException
    Shows security information relating to users and/or roles. If the caller is not a system administrator, only information relating to the caller and their roles is returned.
    Parameters:
    names - A list of names of users and/or roles about which security information is requested. If none are provided, information about all users and roles will be returned.
    options - Optional parameters.The default value is an empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.