Skip to main content
  • createUserExternal

    public CreateUserExternalResponse createUserExternal(CreateUserExternalRequest request) throws GPUdbException
    Creates a new external user (a user whose credentials are managed by an external LDAP).

    Note: This method should be used for on-premise deployments only.

    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.
  • createUserExternal

    public CreateUserExternalResponse createUserExternal(String name, Map<String,String> options) throws GPUdbException
    Creates a new external user (a user whose credentials are managed by an external LDAP).

    Note: This method should be used for on-premise deployments only.

    Parameters:
    name - Name of the user to be created. Must exactly match the user’s name in the external LDAP, prefixed with a @. Must not be the same name as an existing user.
    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.